Share via


SmsSendMessageResult.IsErrorTransient Property

Definition

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

Applies to