SmsTextMessage2.IsDeliveryNotificationEnabled Property

Definition

Gets or sets whether text message delivery notification is enabled for this message.

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

Property Value

Boolean

bool

True indicates that text message delivery notification is enabled. False indicates no notification.

Windows requirements

Requirements Description
App capabilities
cellularMessaging sms

Applies to