SmsMessageReceivedTriggerDetails.TextMessage 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 Text, the message details for the message.
public:
property SmsTextMessage2 ^ TextMessage { SmsTextMessage2 ^ get(); };
SmsTextMessage2 TextMessage();
public SmsTextMessage2 TextMessage { get; }
var smsTextMessage2 = smsMessageReceivedTriggerDetails.textMessage;
Public ReadOnly Property TextMessage As SmsTextMessage2
Property Value
Message details for the received message, when it is a text message.
Windows requirements
App capabilities |
cellularMessaging
sms
|