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
Public method SPMobileMessageDeliveryReport(Exception) Initializes a new instance of the SPMobileMessageDeliveryReport class by using the specified exception.
Public method SPMobileMessageDeliveryReport(String) Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML.

Top

Properties

  Name Description
Public property ErrorCode Gets a value that specifies whether the request to the Web service failed and, if so, how it failed (Inherited from SPMobileMessageServiceResponse.)
Public property ErrorText Gets details about the exception, if any, thrown when a request was made to the Web service. (Inherited from SPMobileMessageServiceResponse.)
Public property IsValid Gets a value that indicates whether the response is valid. (Inherited from SPMobileMessageServiceResponse.)
Public property Items Gets the delivery report items for the delivery report.
Public property MessageId The ID of the message which the delivery report is about.
Public property ServiceUpdateTime Gets the last time the properties of the Office Mobile Service (OMS) messaging Web service were changed.
Public property Xml Gets the XML returned from the Web service in response to a request. (Inherited from SPMobileMessageServiceResponse.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDeliveryCode Gets the DeliveryCode for the first report item; but may get a different DeliveryCode when a service-wide error has occurred.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseWorker Populates the properties of the response object with values from the specified XML received from the Web service. (Overrides SPMobileMessageServiceResponse.ParseWorker(String).)
Public method ToString (Inherited from Object.)
Protected method 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
Protected field m_Namespace Gets or sets the namespace of the XML returned by the Web service. (Inherited from SPMobileMessageServiceResponse.)

Top

See Also

Reference

SPMobileMessageDeliveryReport Class

Microsoft.SharePoint.MobileMessage Namespace