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

適用対象