SmsBroadcastMessage.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.
Gets the body of the broadcast SMS message.
public:
property Platform::String ^ Body { Platform::String ^ get(); };
winrt::hstring Body();
public string Body { get; }
var string = smsBroadcastMessage.body;
Public ReadOnly Property Body As String
Property Value
The body of the broadcast SMS message.
Windows requirements
App capabilities |
cellularMessaging
sms
|