EmailMessage.IsResponseRequested Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.