SmsAppMessage.TeleserviceId 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 Teleservice identifier for the message.
public:
property int TeleserviceId { int get(); void set(int value); };
int TeleserviceId();
void TeleserviceId(int value);
public int TeleserviceId { get; set; }
var int32 = smsAppMessage.teleserviceId;
smsAppMessage.teleserviceId = int32;
Public Property TeleserviceId As Integer
Property Value
Int32
int
The Teleservice identifier for the message.
Windows requirements
App capabilities |
cellularMessaging
sms
|