Skip to main content
Carrier containing information about a Service mailbox.

Constructors

NSMailbox()

Initializes a new instance of the NSMailbox class.

Methods

GetAddress()

Returns: CRMScript.Global.String - The address associated with this mailbox (used as FROM address when sending emails). Example:

GetCategoryName()

The name of the category that the mailbox is connected to
Returns: CRMScript.Global.String Example:

GetMailInFilterId()

Returns: CRMScript.Global.Integer - The primary key (auto-incremented). Example:

GetPriorityName()

Returns: CRMScript.Global.String - The name of the priority that the mailbox is connected to. Example:

SetAddress(String)

Returns: CRMScript.Global.Void Example:

SetCategoryName(String)

Returns: CRMScript.Global.Void Example:

SetMailInFilterId(Integer)

The primary key (auto-incremented)
Returns: CRMScript.Global.Void Example:

SetPriorityName(String)

The name of the priority that the mailbox is connected to
Returns: CRMScript.Global.Void Example: