SmsAppMessage.Body Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The plain text body of the message.
public:
property Platform::String ^ Body { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Body();
void Body(winrt::hstring value);
public string Body { get; set; }
var string = smsAppMessage.body;
smsAppMessage.body = string;
Public Property Body As String
Property Value
The plain text body of the message.
Windows requirements
App capabilities |
cellularMessaging
sms
|