共用方式為


SmsTextMessage2.RetryAttemptCount 屬性

定義

取得或設定訊息的重試次數。

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

屬性值

Int32

int

嘗試傳送訊息的重試次數,或傳送已接收的訊息所需的重試次數。

Windows 需求

應用程式功能
cellularMessaging sms

適用於