SmsTextMessage2.Encoding 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 or sets the encoding scheme used for the message.
public:
property SmsEncoding Encoding { SmsEncoding get(); void set(SmsEncoding value); };
SmsEncoding Encoding();
void Encoding(SmsEncoding value);
public SmsEncoding Encoding { get; set; }
var smsEncoding = smsTextMessage2.encoding;
smsTextMessage2.encoding = smsEncoding;
Public Property Encoding As SmsEncoding
Property Value
An enumeration value specifying the encoding scheme used in a received message, or the scheme to be used in a message that will be sent.
Windows requirements
App capabilities |
cellularMessaging
sms
|