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

Constructors

NSOutgoingMessage()

Initializes a new instance of the NSOutgoingMessage class.

Methods

GetContent()

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

GetFormat()

Returns: CRMScript.Global.String - Format of 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:

GetParentMessagingId()

Returns: CRMScript.Global.Integer - ID to the previous outgoing message related to this one. Used from message threading. Example:

GetSuggestedSessionKey()

Returns: CRMScript.Global.String 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:

SetParentMessagingId(Integer)

Returns: CRMScript.Global.Void Example:

SetSuggestedSessionKey(String)

Returns: CRMScript.Global.Void Example:

SetTo(String)

Returns: CRMScript.Global.Void Example: