Share via


SPMobileMessageUserInfo Members

Include Protected Members
Include Inherited Members

Represents a userInfo response from a Web service that uses the Office Mobile Service (OMS) protocol.

The SPMobileMessageUserInfo type exposes the following members.

Constructors

  Name Description
Public method SPMobileMessageUserInfo(Exception) Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified exception.
Public method SPMobileMessageUserInfo(String) Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML.

Top

Properties

  Name Description
Public property DeliveryCode Gets an object that whether the userInfo request succeeded and, if not, why not.
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 ReplyPhone Gets the telephone number of the user.
Public property SmtpAddress Gets the user’s e-mail address.
Public property Xml Gets the XML returned from the Web service in response to a request. (Inherited from SPMobileMessageServiceResponse.)

Top

Methods

  Name Description
Public methodStatic member BuildUserInfoRequest Creates the userInfo XML markup that is that is passed as a parameter to the GetUserInfo method of the Office Mobile Service (OMS) messaging Web service.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
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 the XML namespace in the response object is 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

SPMobileMessageUserInfo Class

Microsoft.SharePoint.MobileMessage Namespace