SmsTextMessage2.RetryAttemptCount 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 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
|