Microsoft.SharePoint.MobileMessage namespace
SharePoint 2013
Provides classes for building Microsoft SharePoint Foundation solutions that incorporate messages to mobile devices. A full set of classes for modeling Office Mobile Service (OMS) protocol messages is included. In addition, abstract classes are provided as base classes for implementing solutions that use other protocols.
| Class | Description | |
|---|---|---|
|
SPMobileMessage | Represents a message to a mobile device. |
|
SPMobileMessageBatchPackage | Represents a package of messages for a batch message-sending job. |
|
SPMobileMessageBuilder | Provides members to manage the final construction of the XML message that is sent to the messaging service for delivery and to add certain metadata to it. |
|
SPMobileMessageContentPart | Represents some or all of the main content of a Short Message Service (SMS) message in contrast to the user information and header parts of an SMS message. |
|
SPMobileMessageDeliveryReport | Represents a report from an Office Mobile Service (OMS) messaging Web service about the success or failure of an attempt to send a message. |
|
SPMobileMessageDeliveryReportItem | Represents an error or success item for a delivery report from a Web service that uses the Office Mobile Service (OMS) protocol. |
|
SPMobileMessageServiceProvider | Provides information about a mobile message service provider (MSP). |
|
SPMobileMessageServiceProvider.SmsSenderInfo | Represents size limitations imposed by the OMS messaging Web service on Short Message Service (SMS) messages. |
|
SPMobileMessageServiceResponse | When implemented in a derived class, represents a response from a Web service that provides messaging to mobile devices. |
|
SPMobileMessageSmsBuilder | Provides members to manage the final construction of the Short Message Service (SMS) message that is sent to the messaging service for delivery and to add certain metadata to it. |
|
SPMobileMessageUserInfo | Represents a userInfo response from a Web service that uses the Office Mobile Service (OMS) protocol. |
|
SPMobileMessageWebService | Provides methods for invoking Office Mobile Service (OMS) Web service operations. |
|
SPMobileMessagingAccount | Represents a user’s account with an Office Mobile Service (OMS) Web service. |
|
SPMobileMmsMessage | The class representing an Mms message, derived from SPMobileMessage. |
|
SPMobileSmsMessage | Represents a Short Message Service (SMS) message. |
| Enumeration | Description | |
|---|---|---|
|
SPMobileMessage.Format | Specifies mobile messaging formats. |
|
SPMobileMessage.RequiredService | Specifies a set of limitations on message sizes and quantities imposed by the provider of an Outlook Mobile Service (OMS) messaging Web service. |
|
SPMobileMessageDeliveryCode | Specifies whether a request to an Office Mobile Service (OMS) messaging Web service succeeded and, if not, why not. |
|
SPMobileMessageServiceErrorCode | Specifies the type of error (or success signal) received from a request to a Web service that provides messaging to mobile devices. |
|
SPMobileMessageServiceProvider.AuthenticationTypes | Identifies a method of user authentication. |
|
SPMobileMessageSeverity | Specifies the type of response received from a mobile messaging service provider. |
|
SPMobileSoapFormat | Specifies the SOAP style or format that is used for communication with a SOAP Web service. |
Show: