Click or drag to resize

AppointmentParserParse Method

Parses specifed text and creates new iCalendar appointment card object.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Appointment Parse(
	string text
)

Parameters

text  String
Text to parse.

Return Value

Appointment
VCard business card.
See Also