Skip to main content

Constructors

NSMailboxEntity()

Methods

GetAddress()

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

GetMailInFilterId()

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

GetPassword()

Returns: CRMScript.Global.String - The password used to log into the mail account. This is hidden when reading. Example:

GetPort()

Returns: CRMScript.Global.Integer - The port used to connect to the server. Example:

GetServer()

Returns: CRMScript.Global.String - The email server to connect to. Example:

GetServerType()

Returns: CRMScript.Global.Integer - The protocol to use (POP/IMAP). See <xref href=“CRMScript.NetServer.MailboxType” data-throw-if-not-resolved=“false”></xref> Example:

GetUsername()

\
Returns: CRMScript.Global.String - nThe username used to log onto the mail account. Example:

SetAddress(String)

Returns: CRMScript.Global.Void Example:

SetMailInFilterId(Integer)

Returns: CRMScript.Global.Void Example:

SetPassword(String)

Returns: CRMScript.Global.Void Example:

SetPort(Integer)

Returns: CRMScript.Global.Void Example:

SetServer(String)

Returns: CRMScript.Global.Void Example:

SetServerType(Integer)

Returns: CRMScript.Global.Void Example:

SetUsername(String)

Returns: CRMScript.Global.Void Example: