SmsMessageReceivedTriggerDetails.MessageType 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.
The SmsMessageType of the received message.
public:
property SmsMessageType MessageType { SmsMessageType get(); };
SmsMessageType MessageType();
public SmsMessageType MessageType { get; }
var smsMessageType = smsMessageReceivedTriggerDetails.messageType;
Public ReadOnly Property MessageType As SmsMessageType
Property Value
The type of the received message. Use this value to determine which of the other properties of this instance is valid.
Windows requirements
App capabilities |
cellularMessaging
sms
|