 | MimeCalendarAppointment Property |
Gets or sets the appointment contained in this MIME entity.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Appointment Appointment { get; set; }Public Property Appointment As Appointment
Get
Set
public:
property Appointment^ Appointment {
Appointment^ get ();
void set (Appointment^ value);
}member Appointment : Appointment with get, set
Property Value
Appointment
See Also