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.23341.1754
Syntax
public Appointment Parse(
	string text
)

Parameters

text
Type: SystemString
Text to parse.

Return Value

Type: Appointment
VCard business card.
See Also