SmsAppMessage.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.
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
|