SPMobileMessageDeliveryReport Members
Include Protected Members
Include Inherited Members
Represents a report from an Office Mobile Service (OMS) messaging Web service about the success or failure of an attempt to send a message.
The SPMobileMessageDeliveryReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMobileMessageDeliveryReport(Exception) | Initializes a new instance of the SPMobileMessageDeliveryReport class by using the specified exception. | |
SPMobileMessageDeliveryReport(String) | Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML. |
Top
Properties
Name | Description | |
---|---|---|
ErrorCode | Gets a value that specifies whether the request to the Web service failed and, if so, how it failed (Inherited from SPMobileMessageServiceResponse.) | |
ErrorText | Gets details about the exception, if any, thrown when a request was made to the Web service. (Inherited from SPMobileMessageServiceResponse.) | |
IsValid | Gets a value that indicates whether the response is valid. (Inherited from SPMobileMessageServiceResponse.) | |
Items | Gets the delivery report items for the delivery report. | |
MessageId | The ID of the message which the delivery report is about. | |
ServiceUpdateTime | Gets the last time the properties of the Office Mobile Service (OMS) messaging Web service were changed. | |
Xml | Gets the XML returned from the Web service in response to a request. (Inherited from SPMobileMessageServiceResponse.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDeliveryCode | Gets the DeliveryCode for the first report item; but may get a different DeliveryCode when a service-wide error has occurred. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ParseWorker | Populates the properties of the response object with values from the specified XML received from the Web service. (Overrides SPMobileMessageServiceResponse.ParseWorker(String).) | |
ToString | (Inherited from Object.) | |
Validate | Verifies that certain parts of the response from the Web server, such as the XML namespace, are valid. (Overrides SPMobileMessageServiceResponse.Validate().) |
Top
Fields
Name | Description | |
---|---|---|
m_Namespace | Gets or sets the namespace of the XML returned by the Web service. (Inherited from SPMobileMessageServiceResponse.) |
Top