CreateAppointmentFromString Function

Discussion for developers using MailEnable.
Post Reply
SomeRandomDude
Posts: 2
Joined: Tue Mar 25, 2014 1:08 pm

CreateAppointmentFromString Function

Post by SomeRandomDude »

Does anyone know where I might find documentation for the CreateAppointmentFromString function, as found in the .NET libraries, at MailEnable.Appointments.AppointmentItem ?

The .NET reference document does not contain any mention of this namespace nor this function. The documentation version on the site is for MailEnable 7.0; perhaps there's an updated version somewhere?

I'm looking to import a VCALENDAR event and add it to a mailbox's calendar. Rather than laboriously parsing the VCalendar text and setting properties, I thought perhaps the CreateAppointmentFromString() was used for just that purpose; and I could then add via MailEnable.Store.StoreFolder_CreateItem().

Any thoughts or pointers are appreciated.

Post Reply