SmsBroadcastMessage.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.
Gets the message type of the broadcast SMS message.
public:
property SmsMessageType MessageType { SmsMessageType get(); };
SmsMessageType MessageType();
public SmsMessageType MessageType { get; }
var smsMessageType = smsBroadcastMessage.messageType;
Public ReadOnly Property MessageType As SmsMessageType
Property Value
An enumeration value describing the message type.
Implements
Windows requirements
App capabilities |
cellularMessaging
sms
|