SmsSendMessageResult.IsErrorTransient 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 boolean value indicating whether the send operation has encountered a transient error.
public:
property bool IsErrorTransient { bool get(); };
bool IsErrorTransient();
public bool IsErrorTransient { get; }
var boolean = smsSendMessageResult.isErrorTransient;
Public ReadOnly Property IsErrorTransient As Boolean
Property Value
Boolean
bool
When true, the send resulted in an transient error.
Windows requirements
App capabilities |
cellularMessaging
sms
|