Compartir a través de


SmsTextMessage2.IsDeliveryNotificationEnabled Propiedad

Definición

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

Se aplica a