SmsAppMessage.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.
Indique si un rapport de remise de SMS status a été envoyé par le SMSC.
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
Valeur de propriété
Boolean
bool
Pour un message reçu, indique si un rapport de remise de SMS status a été envoyé par le SMSC. Pour un message envoyé, détermine si un rapport de remise de SMS status est demandé.
Configuration requise pour Windows
Fonctionnalités de l’application |
cellularMessaging
sms
|