Skip to main content
Information about a provider plugin.

Constructors

NSProviderInfo()

Initializes a new instance of the NSProviderInfo class.

Methods

GetName()

Returns: CRMScript.Global.String - Unique name of the provider plugin. Example:

GetSupportedMessagingFormats()

Returns: CRMScript.Global.String[] - This value can typically be “sms/160”, “sms/mms”, “smtp/rfc822” Example:

GetSupportsConfig()

Returns: CRMScript.Global.Bool - True if it supports the config parameters to the sending methods. Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetSupportedMessagingFormats(String[])

Returns: CRMScript.Global.Void Example:

SetSupportsConfig(Bool)

Returns: CRMScript.Global.Void Example: