IMessageSendMessage Method |
Sends an SMS message.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string SendMessage(
string from,
string to,
string message,
string threadID
)
Function SendMessage (
from As String,
to As String,
message As String,
threadID As String
) As String
Parameters
- from
- Type: SystemString
The sender phone number. - to
- Type: SystemString
The receiver phone number. - message
- Type: SystemString
The message. - threadID
- Type: SystemString
The conversation thread.
Return Value
Type:
StringA unique identifier for the message.
See Also