Skip to main content

Class ProviderInfo

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

Inheritance

object ← Carrier ← ProviderInfo

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