 | AppointmentParserParse Method |
Parses specifed text and creates new iCalendar appointment card object.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Appointment Parse(
string text
)
Public Function Parse (
text As String
) As Appointment
public:
Appointment^ Parse(
String^ text
)
member Parse :
text : string -> Appointment Parameters
- text String
- Text to parse.
Return Value
AppointmentVCard business card.
See Also