SmsWapMessage.BinaryBody 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 binary body of the blob in the SmsWapMessage.
public:
property IBuffer ^ BinaryBody { IBuffer ^ get(); };
IBuffer BinaryBody();
public IBuffer BinaryBody { get; }
var iBuffer = smsWapMessage.binaryBody;
Public ReadOnly Property BinaryBody As IBuffer
Property Value
The binary body of the blob in the message.
Windows requirements
App capabilities |
cellularMessaging
sms
|