com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class AppointmentLoadOptions



  • public class AppointmentLoadOptions
    extends Object

    Represents appointment load options

    • Constructor Detail

      • AppointmentLoadOptions

        public AppointmentLoadOptions()

        Initializes a new instance of the AppointmentLoadOptions class

    • Method Detail

      • getIgnoreSmtpAddressCheck

        public final boolean getIgnoreSmtpAddressCheck()

        Defines whether the SMTP address validation is skipped.

      • setIgnoreSmtpAddressCheck

        public final void setIgnoreSmtpAddressCheck(boolean value)

        Defines whether the SMTP address validation is skipped.

      • getApplyLocalTZ

        public final boolean getApplyLocalTZ()

        Convert time to local timezone

      • setApplyLocalTZ

        public final void setApplyLocalTZ(boolean value)

        Convert time to local timezone

      • getDetectEncoding

        public final boolean getDetectEncoding()

        Determines a data encoding by analyzing its byte order mark (BOM)

      • setDetectEncoding

        public final void setDetectEncoding(boolean value)

        Determines a data encoding by analyzing its byte order mark (BOM)

      • getEventIndex

        public final int getEventIndex()

        Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader.

      • setEventIndex

        public final void setEventIndex(int value)

        Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader.