 | AppointmentMethod Property |
Gets or sets iCalendar object method associated with the calendar object (e.g.
Request,
Cancel).
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Method Method { get; set; }Public Property Method As Method
Get
Set
public:
property Method^ Method {
Method^ get ();
void set (Method^ value);
}member Method : Method with get, set
Property Value
Method
See Also