SmsAppMessage.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.
Reads or writes the binary part of the Application message.
public:
property IBuffer ^ BinaryBody { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer BinaryBody();
void BinaryBody(IBuffer value);
public IBuffer BinaryBody { get; set; }
var iBuffer = smsAppMessage.binaryBody;
smsAppMessage.binaryBody = iBuffer;
Public Property BinaryBody As IBuffer
Property Value
Binary data part of the Application message.
Windows requirements
App capabilities |
cellularMessaging
sms
|