ResponseObject<TMessage>.IsReadReceiptRequested Property

Definition

Gets or sets a value indicating whether read receipts will be requested from recipients of this response.

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

Property Value

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

Applies to