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 | |
---|---|---|
SPMobileMessageUserInfo(Exception) | Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified exception. | |
SPMobileMessageUserInfo(String) | Initializes a new instance of the SPMobileMessageServiceResponse class by using the specified XML. |
Top
Properties
Name | Description | |
---|---|---|
DeliveryCode | Gets an object that whether the userInfo request succeeded and, if not, why not. | |
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.) | |
ReplyPhone | Gets the telephone number of the user. | |
SmtpAddress | Gets the user’s e-mail address. | |
Xml | Gets the XML returned from the Web service in response to a request. (Inherited from SPMobileMessageServiceResponse.) |
Top
Methods
Name | Description | |
---|---|---|
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. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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 the XML namespace in the response object is 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