| SendHandlerSend Method |
Sends the specified message text
Namespace:
Dynamicweb.Sms
Assembly:
Dynamicweb.Sms (in Dynamicweb.Sms.dll) Version: 2.1.2
Syntax public static bool Send(
Sms message
)
Public Shared Function Send (
message As Sms
) As Boolean
Parameters
- message
- Type: Dynamicweb.SmsSms
The message
Return Value
Type:
BooleanReturns true if message was successfully sent to all recipients
See Also