SmsWapMessage.BinaryBody Property

Definition

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

Applies to