共用方式為


SmsTextMessage2.IsDeliveryNotificationEnabled 屬性

定義

取得或設定是否為此訊息啟用文字訊息傳遞通知。

public:
 property bool IsDeliveryNotificationEnabled { bool get(); void set(bool value); };
bool IsDeliveryNotificationEnabled();

void IsDeliveryNotificationEnabled(bool value);
public bool IsDeliveryNotificationEnabled { get; set; }
var boolean = smsTextMessage2.isDeliveryNotificationEnabled;
smsTextMessage2.isDeliveryNotificationEnabled = boolean;
Public Property IsDeliveryNotificationEnabled As Boolean

屬性值

Boolean

bool

True 表示已啟用簡訊傳遞通知。 False 表示沒有通知。

Windows 需求

應用程式功能
cellularMessaging sms

適用於