SmSResult.Body Property

Routee SMSClient

SmSResultBody Property

Gets or sets the body the sms message.

Namespace:  RouteeSMSClient.RouteeBase
Assembly:  RouteeSMSClient (in RouteeSMSClient.dll) Version: 1.0.0
Syntax
C#
public string Body { get; set; }

Property Value

Type: String
The body.
See Also