SmsTextMessage2.IsDeliveryNotificationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
App capabilities |
cellularMessaging
sms
|