Interface IAllowEmailServerSettings
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
WithIMAPServerName(String)
Declaration
IAllowEmailServerSettingsAndName WithIMAPServerName(string serverName)
Parameters
| Type |
Name |
Description |
| System.String |
serverName |
|
Returns
WithPassword(String)
Declaration
IAllowEmailServerSettingsAndName WithPassword(string password)
Parameters
| Type |
Name |
Description |
| System.String |
password |
|
Returns
WithPOPPortNum(Int32)
Declaration
IAllowEmailServerSettingsAndName WithPOPPortNum(int portNum)
Parameters
| Type |
Name |
Description |
| System.Int32 |
portNum |
|
Returns
WithPOPServerName(String)
Declaration
IAllowEmailServerSettingsAndName WithPOPServerName(string serverName)
Parameters
| Type |
Name |
Description |
| System.String |
serverName |
|
Returns
WithSMTPPortNum(Int32)
Declaration
IAllowEmailServerSettingsAndName WithSMTPPortNum(int portNum)
Parameters
| Type |
Name |
Description |
| System.Int32 |
portNum |
|
Returns
WithSMTPServerName(String)
Declaration
IAllowEmailServerSettingsAndName WithSMTPServerName(string serverName)
Parameters
| Type |
Name |
Description |
| System.String |
serverName |
|
Returns
WithUserName(String)
Declaration
IAllowEmailServerSettingsAndName WithUserName(string userName)
Parameters
| Type |
Name |
Description |
| System.String |
userName |
|
Returns