EmailMessage.IsDeliveryReceiptRequested Property

Definition

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

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

Property Value

true if a delivery receipt is requested; otherwise, false.

Applies to