SmsAppMessage.Encoding Property
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 encoding used to send 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 = smsAppMessage.encoding;
smsAppMessage.encoding = smsEncoding;
Public Property Encoding As SmsEncoding
The encoding used to send the message.
App capabilities |
cellularMessaging
sms
|