Skip to main content

Class MessageDeliveryStatus

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for MessageDeliveryStatus. Class used to describe the message status.

Inheritance

objectCarrierMessageDeliveryStatus

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

MessageDeliveryStatus()

Default constructor - defaults any enum props to 0.

Properties

MessagingId

Id to the outgoing message table

Property Value

int

Status

Current message status

Property Value

int

StatusDescription

String describing the current message status.

Property Value

string

See Also

MessagingAgent