Click or drag to resize

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
)

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: String
A unique identifier for the message.
See Also