EmailMessage.IsReadReceiptRequested Property

Definition

Gets or sets a value that indicates whether a read receipt is requested for the e-mail message.

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

Property Value

true if a read receipt is requester; otherwise, false.

Applies to