SmsTextMessage2.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í.
Obtiene o establece si la notificación de entrega de mensajes de texto está habilitada para este mensaje.
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
Valor de propiedad
Boolean
bool
True indica que la notificación de entrega de mensajes de texto está habilitada. False indica que no hay ninguna notificación.
Requisitos de Windows
Características de aplicaciones |
cellularMessaging
sms
|