| MimeCalendarAppointment Property |
Gets or sets the appointment contained in this MIME entity.
Namespace:
Limilabs.Mail.MIME
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
AppointmentSee Also