Click or drag to resize

MimeFactoryCreateMimeCalendar Method (Appointment)

Creates new MimeCalendar object containing specified appointment (TextCalendar).

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeCalendar CreateMimeCalendar(
	Appointment appointment
)

Parameters

appointment
Type: Limilabs.Mail.AppointmentsAppointment
Appointment card to fill the new object with.

Return Value

Type: MimeCalendar
New MimeCalendar object containing specified appointment.
See Also