SPMobileMessageServiceProvider.SmsSenderInfo Members
Include Protected Members
Include Inherited Members
Represents size limitations imposed by the OMS messaging Web service on Short Message Service (SMS) messages.
The SPMobileMessageServiceProvider.SmsSenderInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
IsLongSMS | Gets a value that specifies whether the provider of the OMS messaging Web service supports long SMS messages. | |
MaxDbcsPerMessage | Gets the maximum number of double-byte characters that the provider of the OMS messaging Web service allows in a message. | |
MaxMessagesPerSend | Gets the maximum number of messages that can be sent with a single call of the OMS messaging service’s DeliverXms method. | |
MaxRecipientsPerMessage | Gets the maximum number of recipients to whom a message can be sent. | |
MaxSbcsPerMessage | Gets the maximum number of single-byte characters that the provider of the OMS messaging Web service allows in a message. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
XmlTag | Defines the name of the Outlook Message Service (OMS) XML element that the SPMobileMessageServiceProvider.SmsSenderInfo class represents. |
Top