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

适用于