SPMobileMessageServiceProvider Members
Include Protected Members
Include Inherited Members
Provides information about a mobile message service provider (MSP).
The SPMobileMessageServiceProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMobileMessageServiceProvider(Exception) | Initializes a new instance of the SPMobileMessageServiceProvider class by using the specified exception. | |
SPMobileMessageServiceProvider(String) | Initializes a new instance of the SPMobileMessageServiceProvider class by using the specified XML. |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationType | Gets a value that specifies the type of authentication, if any, that the Office Mobile Service (OMS) messaging Web service is using. | |
BatchSize | Gets the maximum number of messages that the Office Mobile Service (OMS) messaging Web service allows in batch mode. | |
EnglishName | Gets the English name of the Office Mobile Service (OMS) messaging Web service. | |
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.) | |
LocalName | Gets the name of the Office Mobile Service (OMS) messaging Web service in the language of the culture where the service is hosted. | |
Name | Gets the name of the provider of the Office Mobile Service (OMS) messaging Web service. | |
ServiceUrl | Gets the SSL URL of the Office Mobile Service (OMS) messaging Web service. | |
SignUpPage | Gets the URL of the page where customers sign-up for the Office Mobile Service (OMS) messaging Web service. | |
SmsSender | Gets an object that represents the limits imposed by the Office Mobile Service (OMS) messaging Web service on Small Message Service (SMS) messages, such as maximum number of characters. | |
TargetLocale | Gets the LCID of the language-culture where the Office Mobile Service (OMS) messaging Web service is hosted. | |
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.) | |
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