Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a request to an Office Mobile Service (OMS) messaging Web service succeeded and, if not, why not.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPMobileMessageDeliveryCode
'Usage
Dim instance As SPMobileMessageDeliveryCode
public enum SPMobileMessageDeliveryCode
Members
| Member name | Description | |
|---|---|---|
| Succeeded | The request succeeded. | |
| ServiceUpdated | The service’s properties have been updated. | |
| InvalidUser | The sender’s user ID or password is invalid. | |
| UnregisteredUser | The user is not registered for the requested service. | |
| ExpiredUser | The user’s account with the service provider has expired. | |
| UnregisteredService | The request was for a service to which the user does not subscribe. | |
| InvalidRecipient | One or more recipients are not valid or not recognized. | |
| CrossCarrier | One or more message recipients are from a carrier that is not supported by the sender’s carrier. | |
| InvalidChar | The message subject or body contains characters or words that are not allowed by local policy or not supported by the service provider. | |
| InvalidMedia | The message includes invalid or unsupported media. Applies to only MMS messages. | |
| PerDayMessageLimit | The message would exceed the sender’s daily message quota. | |
| PerMonthMessageLimit | The message would exceed the sender’s monthly message quota. | |
| PerBatchMessageLimit | The request was to send a batch of messages but the service provider’s limit on the number of messages in a batch is exceeded. | |
| LengthLimit | The message exceeds the service’s allowed maximum length for SMS messages. | |
| SizeLimit | The message exceeds the service’s maximum size limit on MMS messages. | |
| SlidesLimit | The message has more slides than the service allows in MMS messages. | |
| InvalidFormat | The request contains an invalid or unrecognized XMS data format. | |
| ServiceNetwork | The service encountered a networking problem. | |
| NoScheduled | The request was for sending a message a specified time but scheduled messaging is not supported. (The message is sent immediately so this is kind of a success indicator.) | |
| LowBalance | The sender’s account balance is too low to cover the cost of the message. | |
| CeasedService | The service is no longer offered by its provider. | |
| UnknownError | An unspecified error occurred. |
Remarks
The request is not necessarily a request to send a message. It could also be, for example, an infoUser request to get information about a user of the service.