SmsSendMessageResult.IsSuccessful 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 a value indicating whether the send operation was successful.
public:
property bool IsSuccessful { bool get(); };
bool IsSuccessful();
public bool IsSuccessful { get; }
var boolean = smsSendMessageResult.isSuccessful;
Public ReadOnly Property IsSuccessful As Boolean
Property Value
Boolean
bool
When true, the send operation has completed successfully.
Windows requirements
App capabilities |
cellularMessaging
sms
|