| AppointmentMethod Property |
Gets or sets iCalendar object method associated with the calendar object (e.g.
Request,
Cancel).
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
MethodSee Also