VoipHttpIncomingCallTask.MessageBody Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the raw message from the incoming call Push Notification that launched the agent.

Namespace:  Microsoft.Phone.Networking.Voip
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Property MessageBody As Byte()
public byte[] MessageBody { get; internal set; }

Property Value

Type: array<System..::.Byte>[]()[]
The raw Push Notification message.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

VoipHttpIncomingCallTask Class

Microsoft.Phone.Networking.Voip Namespace