SmsWapMessage.ApplicationId 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 value of the X-Wap-Application-Id header of the SmsWapMessage.
public:
property Platform::String ^ ApplicationId { Platform::String ^ get(); };
winrt::hstring ApplicationId();
public string ApplicationId { get; }
var string = smsWapMessage.applicationId;
Public ReadOnly Property ApplicationId As String
Property Value
The value of the X-Wap-Application-Id header.
Windows requirements
App capabilities |
cellularMessaging
sms
|