Skip to main content

Class IncomingMessage

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for IncomingMessage. Details about a message to be sent

Inheritance

objectCarrierIncomingMessage

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

IncomingMessage()

Default constructor - defaults any enum props to 0.

Properties

Content

Content, or body, of the message.

Property Value

string

Format

Format of the content

Property Value

string

From

Who the message is from. This can vary from provider to provider and can for SMS typically be a phone number or a string. This is mail address on the form of an e-mail.

Property Value

string

Plugin

Name of plugin

Property Value

string

SessionKey

Session key used for threading.

Property Value

string

To

Address of the recipient. This can be in the form of phone number or email.

Property Value

string

See Also

MessagingAgent