共用方式為


SmsAppMessage.IsDeliveryNotificationEnabled 屬性

定義

指出 SMSC 是否傳送 SMS 傳遞狀態報表。

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

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

屬性值

Boolean

bool

針對收到的訊息,指出 SMSC 是否傳送 SMS 傳遞狀態報表。 針對已傳送的訊息,判斷是否要求 SMS 傳遞狀態報表。

Windows 需求

應用程式功能
cellularMessaging sms

適用於