AppointmentLoadOptions
Contents
[
Hide
]AppointmentLoadOptions class
Represents appointment load options
Constructors
| Name | Description |
|---|---|
| AppointmentLoadOptions | Initializes a new instance of the AppointmentLoadOptions class |
Methods
| Name | Description |
|---|---|
| get_ApplyLocalTZ | Convert time to local timezone |
| get_DetectEncoding | Determines a data encoding by analyzing its byte order mark (BOM) |
| get_EventIndex | Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReader CalendarReader . |
| get_IgnoreSmtpAddressCheck | Defines whether the SMTP address validation is skipped. |
| set_ApplyLocalTZ | Convert time to local timezone |
| set_DetectEncoding | Determines a data encoding by analyzing its byte order mark (BOM) |
| set_EventIndex | Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReader CalendarReader . |
| set_IgnoreSmtpAddressCheck | Defines whether the SMTP address validation is skipped. |