Skip to main content

Class ProviderInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ProviderInfo. Information about a provider plugin

Inheritance

objectCarrierProviderInfo

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ProviderInfo()

Default constructor - defaults any enum props to 0.

Properties

Name

Unique name of the provider plugin

Property Value

string

SupportedMessagingFormats

This value can typically be “sms/160”, “sms/mms”, “smtp/rfc822”

Property Value

string[]

SupportsConfig

True if it supports the config parameters to the sending methods

Property Value

bool

See Also

MessagingAgent