Skip to main content

Class OutgoingMessage

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

Inheritance

objectCarrierOutgoingMessage

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

OutgoingMessage()

Default constructor - defaults any enum props to 0.

Properties

Content

Content, or body, of the message.

Property Value

string

Format

Format of 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

ParentMessagingId

Id to the previous outgoing message related to this one. Used from message threading.

Property Value

int

SuggestedSessionKey

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