Click or drag to resize

SmsGetMessageById Method

Gets the sms message by identifier

Namespace:  Dynamicweb.Sms
Assembly:  Dynamicweb.Sms (in Dynamicweb.Sms.dll) Version: 2.1.2
Syntax
public static Sms GetMessageById(
	int id
)

Parameters

id
Type: SystemInt32
The sms message identifier

Return Value

Type: Sms
Found sms message
See Also