Gets or sets iCalendar object method associated with the calendar object (request, cancel).

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

Syntax

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

See Also