Skip to main content
Carrier containing information about the result of a SMTP test.

Constructors

NSSmtpTestResult()

Initializes a new instance of the NSSmtpTestResult class.

Methods

GetErrorMessage()

Returns: CRMScript.Global.String - If an error occurred, this member will contain a description of the error. Example:

GetSuccess()

Returns: CRMScript.Global.Bool - True if the test went ok. False if it failed. See the error message for details. Example:

SetErrorMessage(String)

Returns: CRMScript.Global.Void Example:

SetSuccess(Bool)

Returns: CRMScript.Global.Void Example: