Share via


SmsAppMessage.RetryAttemptCount Property

Definition

The retry attempt count for the message.

public:
 property int RetryAttemptCount { int get(); void set(int value); };
int RetryAttemptCount();

void RetryAttemptCount(int value);
public int RetryAttemptCount { get; set; }
var int32 = smsAppMessage.retryAttemptCount;
smsAppMessage.retryAttemptCount = int32;
Public Property RetryAttemptCount As Integer

Property Value

Int32

int

The retry attempt count for the message. Set the maximum number of retries for outgoing messages, or get the number of retries for a received message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to