SmsMessageReceivedTriggerDetails.AppMessage 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.
When MessageType is App, the message details for the message.
public:
property SmsAppMessage ^ AppMessage { SmsAppMessage ^ get(); };
SmsAppMessage AppMessage();
public SmsAppMessage AppMessage { get; }
var smsAppMessage = smsMessageReceivedTriggerDetails.appMessage;
Public ReadOnly Property AppMessage As SmsAppMessage
Property Value
Message details for the received message, when it is an app message.
Windows requirements
App capabilities |
cellularMessaging
sms
|