Class AppointmentLoadOptions
AppointmentLoadOptions class
Represents appointment load options
public class AppointmentLoadOptions
Constructors
Properties
Name | Description |
---|
ApplyLocalTZ { get; set; } | Convert time to local timezone |
DetectEncoding { get; set; } | Determines a data encoding by analyzing its byte order mark (BOM) |
EventIndex { get; set; } | Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader . |
IgnoreSmtpAddressCheck { get; set; } | Defines whether the SMTP address validation is skipped. |
See Also