SmsTextMessage2.IsDeliveryNotificationEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|