SmsAppMessage.CallbackNumber 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 number to be dialed in reply to a received SMS message.
public:
property Platform::String ^ CallbackNumber { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CallbackNumber();
void CallbackNumber(winrt::hstring value);
public string CallbackNumber { get; set; }
var string = smsAppMessage.callbackNumber;
smsAppMessage.callbackNumber = string;
Public Property CallbackNumber As String
Property Value
The number to be dialed in reply to a received SMS message. Available only for 3GPP2 messages.
Windows requirements
App capabilities |
cellularMessaging
sms
|