Compartir a través de


SmsAppMessage.IsDeliveryNotificationEnabled Propiedad

Definición

Indica si el SMSC envió un informe de estado de entrega de 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

Valor de propiedad

Boolean

bool

Para un mensaje recibido, indica si el SMSC envió un informe de estado de entrega de SMS. Para un mensaje enviado, determina si se solicita un informe de estado de entrega de SMS.

Requisitos de Windows

Características de aplicaciones
cellularMessaging sms

Se aplica a