SPMobileMessageDeliveryReportItem members
Represents an error or success item for a delivery report from a Web service that uses the Office Mobile Service (OMS) protocol.
The SPMobileMessageDeliveryReportItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
Content | Gets the content of an error or notification response. | |
DeliveryCode | Gets a value that indicates whether the attempt to send a message succeeded and, if not, why not. | |
RecipientList | Gets the intended recipients of the message to whom it was not successfully delivered as a result of the error reported in the DeliveryCode property. | |
Severity | Gets a value that indicates whether the mobile messaging service provider (MSP) was able to send the message. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top