Gets or sets information whether participant is required.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public bool ResponseRequired { get; set; }
Visual Basic
Public Property ResponseRequired As Boolean
	Get
	Set
Visual C++
public:
property bool ResponseRequired {
	bool get ();
	void set (bool value);
}

See Also