Skip to main content
All information needed to connect to a mail server.

Constructors

NSEMailConnectionInfo()

Initializes a new instance of the NSEMailConnectionInfo class.

Methods

GetFolder()

Returns: CRMScript.Global.String - Optional folder to set as current after logging in. Example:

GetPassword()

Returns: CRMScript.Global.String - Password for the username. Example:

GetServerName()

Returns: CRMScript.Global.String - Hostname or IP to server to connect to. Custom ports may be specified by adding ’:’ and the port number after the name/ip. For example, ‘127.0.0.1:6543’ Example:

GetUserName()

Returns: CRMScript.Global.String - Name of user to log in with. Example:

GetUseSSL()

Returns: CRMScript.Global.Bool - Use a secure connection with the server. Example:

SetFolder(String)

Returns: CRMScript.Global.Void Example:

SetPassword(String)

Returns: CRMScript.Global.Void Example:

SetServerName(String)

Returns: CRMScript.Global.Void Example:

SetUserName(String)

Returns: CRMScript.Global.Void Example:

SetUseSSL(Bool)

Returns: CRMScript.Global.Void Example: