SmsTextMessage2.RetryAttemptCount Property

Definition

Gets or sets the number of retry attempts 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 = smsTextMessage2.retryAttemptCount;
smsTextMessage2.retryAttemptCount = int32;
Public Property RetryAttemptCount As Integer

Property Value

Int32

int

The number of retry attempts to be attempted for a sent message, or that were required to send a received message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to