The MessagingServicesWS type exposes the following members.

Constructors

  NameDescription
Public methodMessagingServicesWS
Initializes a new instance of the MessagingServicesWS class

Methods

  NameDescription
Public methodAreMessagesDeliveredSuccessfully
Determine if a message has been successfully delivered to all of the receipients.
Public methodGetAvailableCredits
Get the available credit count for a specified user.
Public methodGetInboundMessages
Get all inbound messages for a given user.
Public methodGetInboundMessagesSinceMessage
Get the inbound messages since a given message transaction ID.
Public methodGetMessage
Retrieve a sent message for a given message transaction ID.
Public methodGetMessageReceiptCountForStatus
Get the message receipt count of a given status.
Public methodGetMessageReceiptRecipientsForStatus
Get the message receipt mobile numbers for a given status.
Public methodGetMessageReceipts
Get the message receipts for the messages in a transaction.
Public methodGetMessageReceiptsForRecipients
Get the message receipts for the messages to specific recipients in a transaction.
Public methodGetWebServiceVersion
Get the version of these web services.
Public methodRecallMessage
Recall a message from being delivered (only works for messages submitted with a deliver after current date/time).
Public methodSendMessage
Sends an SMS message to a single recipient.
Public methodSendMessageCollection
Sends a collection of different SMS messages. Each message can be sent to one or more recipients.
Public methodSendMessages
Sends an SMS message to one or more recipients.
Public methodSendMessagesAfter
Sends an SMS message to one or more recipients after a given time.
Public methodSendMessagesAfterUntil
Sends an SMS message to one or more recipients after a given time for a specified duration.
Public methodSendMessagesAfterUntilNotify
Sends an SMS message to one or more recipients after a given time for a specified duration and sends delivery notification to a client url.
Public methodSendMessagesAfterUntilNotifyWap
Sends an SMS WAP message to one or more recipients after a given time for a specified duration and sends delivery notification to a client url.
Public methodSendMessagesAfterUntilNotifyWapUnicode
Sends an SMS message to one or more recipients after a given time for a specified duration and sends delivery notification to a client url.
Public methodSendMessagesAfterUntilWap
Sends an SMS WAP message to one or more recipients after a given time for a specified duration.
Public methodSendMessagesUnicode
Sends an SMS message to one or more recipients.
Public methodSendMessagesWap
Sends an SMS WAP message to one or more recipients.
Public methodSendMessageUnicode
Sends an SMS message to a single recipient.

See Also