ResponseObject<TMessage>.IsDeliveryReceiptRequested Property

Definition

Gets or sets a value indicating whether delivery receipts should be sent to the sender.

public:
 property bool IsDeliveryReceiptRequested { bool get(); void set(bool value); };
public bool IsDeliveryReceiptRequested { get; set; }
Public Property IsDeliveryReceiptRequested As Boolean

Property Value

True if deliver receipts will be requested; otherwise, false.

Applies to