Click or drag to resize

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
)

Parameters

message
Type: Dynamicweb.SmsSms
The message

Return Value

Type: Boolean
Returns true if message was successfully sent to all recipients
See Also