| 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
)
Public Function Parse (
text As String
) As Appointment
public:
Appointment^ Parse(
String^ text
)
member Parse :
text : string -> Appointment
Parameters
- text
- Type: SystemString
Text to parse.
Return Value
Type:
AppointmentVCard business card.
See Also