Partager via


SmsTextMessage2.IsDeliveryNotificationEnabled Propriété

Définition

Obtient ou définit si la notification de remise de sms est activée pour ce message.

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

Valeur de propriété

Boolean

bool

True indique que la notification de remise de sms est activée. False indique qu’aucune notification n’est envoyée.

Configuration requise pour Windows

Fonctionnalités de l’application
cellularMessaging sms

S’applique à