Show / Hide Table of Contents

Interface IAllowEmailServerSettings

Inherited Members
IAllowToGPALObject<IGPALMail>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowEmailServerSettings : IAllowToGPALObject<IGPALMail>

Methods

WithIMAPPortNum(Int32)

Declaration
IAllowEmailServerSettingsAndName WithIMAPPortNum(int portNum)
Parameters
Type Name Description
System.Int32 portNum
Returns
Type Description
IAllowEmailServerSettingsAndName

WithIMAPServerName(String)

Declaration
IAllowEmailServerSettingsAndName WithIMAPServerName(string serverName)
Parameters
Type Name Description
System.String serverName
Returns
Type Description
IAllowEmailServerSettingsAndName

WithPassword(String)

Declaration
IAllowEmailServerSettingsAndName WithPassword(string password)
Parameters
Type Name Description
System.String password
Returns
Type Description
IAllowEmailServerSettingsAndName

WithPOPPortNum(Int32)

Declaration
IAllowEmailServerSettingsAndName WithPOPPortNum(int portNum)
Parameters
Type Name Description
System.Int32 portNum
Returns
Type Description
IAllowEmailServerSettingsAndName

WithPOPServerName(String)

Declaration
IAllowEmailServerSettingsAndName WithPOPServerName(string serverName)
Parameters
Type Name Description
System.String serverName
Returns
Type Description
IAllowEmailServerSettingsAndName

WithSMTPPortNum(Int32)

Declaration
IAllowEmailServerSettingsAndName WithSMTPPortNum(int portNum)
Parameters
Type Name Description
System.Int32 portNum
Returns
Type Description
IAllowEmailServerSettingsAndName

WithSMTPServerName(String)

Declaration
IAllowEmailServerSettingsAndName WithSMTPServerName(string serverName)
Parameters
Type Name Description
System.String serverName
Returns
Type Description
IAllowEmailServerSettingsAndName

WithUserName(String)

Declaration
IAllowEmailServerSettingsAndName WithUserName(string userName)
Parameters
Type Name Description
System.String userName
Returns
Type Description
IAllowEmailServerSettingsAndName
In This Article
Back to top Generated by DocFX