EmailMessage.IsResponseRequested Property

Definition

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

public:
 property Nullable<bool> IsResponseRequested { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> IsResponseRequested { get; set; }
Public Property IsResponseRequested As Nullable(Of Boolean)

Property Value

true if a response is requested for the e-mail message; otherwise, false.

Applies to