Skip to main content
Details about a message to be sent.

Constructors

NSIncomingMessage()

Initializes a new instance of the NSIncomingMessage class.

Methods

GetContent()

Returns: CRMScript.Global.String - Content, or body, of the message. Example:

GetFormat()

Returns: CRMScript.Global.String - Format of the content. Example:

GetFrom()

Returns: CRMScript.Global.String - Who the message is from. This can vary from provider to provider and can for SMS typically be a phone number or a string. This is mail address on the form of an e-mail. Example:

GetPlugin()

Returns: CRMScript.Global.String - Name of plugin. Example:

GetSessionKey()

Returns: CRMScript.Global.String - Session key used for threading. Example:

GetTo()

Returns: CRMScript.Global.String - Address of the recipient. This can be in the form of phone number or email. Example:

SetContent(String)

Returns: CRMScript.Global.Void Example:

SetFormat(String)

Returns: CRMScript.Global.Void Example:

SetFrom(String)

Returns: CRMScript.Global.Void Example:

SetPlugin(String)

Returns: CRMScript.Global.Void Example:

SetSessionKey(String)

Returns: CRMScript.Global.Void Example:

SetTo(String)

Returns: CRMScript.Global.Void Example: