Share via


SmsAppMessage.IsDeliveryNotificationEnabled Property

Definition

Indicates whether an SMS delivery status report was sent by the SMSC.

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

Property Value

Boolean

bool

For a received message, indicates whether an SMS delivery status report was sent by the SMSC. For a sent message, determines whether an SMS delivery status report is requested.

Windows requirements

App capabilities
cellularMessaging sms

Applies to