| 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
)
Public Shared Function GetMessageById (
id As Integer
) As Sms
Parameters
- id
- Type: SystemInt32
The sms message identifier
Return Value
Type:
SmsFound sms message
See Also