SmsAppMessage.IsDeliveryNotificationEnabled Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
|