Partager via


SmsAppMessage.IsDeliveryNotificationEnabled Propriété

Définition

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

S’applique à