AppointmentLoadOptions

AppointmentLoadOptions class

Represents appointment load options

The AppointmentLoadOptions type exposes the following members:

Constructors

NameDescription
AppointmentLoadOptions()Initializes a new instance of the AppointmentLoadOptions class

Properties

NameDescription
ignore_smtp_address_checkDefines whether the SMTP address validation is skipped.
apply_local_tzConvert time to local timezone
detect_encodingDetermines a data encoding by analyzing its byte order mark (BOM)
event_indexDetermines VEVENT index in case multiple events in a single ics file.
The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader.

See Also