Aspose::Email::Calendar::AppointmentLoadOptions Class Reference

Represents appointment load options More...

Inherits Object.

Public Member Functions

bool get_IgnoreSmtpAddressCheck () const
 Defines whether the SMTP address validation is skipped. More...
 
void set_IgnoreSmtpAddressCheck (bool value)
 Defines whether the SMTP address validation is skipped. More...
 
bool get_ApplyLocalTZ () const
 Convert time to local timezone More...
 
void set_ApplyLocalTZ (bool value)
 Convert time to local timezone More...
 
bool get_DetectEncoding () const
 Determines a data encoding by analyzing its byte order mark (BOM) More...
 
void set_DetectEncoding (bool value)
 Determines a data encoding by analyzing its byte order mark (BOM) More...
 
int32_t get_EventIndex () const
 Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader. More...
 
void set_EventIndex (int32_t value)
 Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader. More...
 
 AppointmentLoadOptions ()
 Initializes a new instance of the AppointmentLoadOptions class More...
 

Detailed Description

Represents appointment load options

Constructor & Destructor Documentation

◆ AppointmentLoadOptions()

Aspose::Email::Calendar::AppointmentLoadOptions::AppointmentLoadOptions ( )

Initializes a new instance of the AppointmentLoadOptions class

Member Function Documentation

◆ get_ApplyLocalTZ()

bool Aspose::Email::Calendar::AppointmentLoadOptions::get_ApplyLocalTZ ( ) const

Convert time to local timezone

◆ get_DetectEncoding()

bool Aspose::Email::Calendar::AppointmentLoadOptions::get_DetectEncoding ( ) const

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

◆ get_EventIndex()

int32_t Aspose::Email::Calendar::AppointmentLoadOptions::get_EventIndex ( ) const

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

◆ get_IgnoreSmtpAddressCheck()

bool Aspose::Email::Calendar::AppointmentLoadOptions::get_IgnoreSmtpAddressCheck ( ) const

Defines whether the SMTP address validation is skipped.

◆ set_ApplyLocalTZ()

void Aspose::Email::Calendar::AppointmentLoadOptions::set_ApplyLocalTZ ( bool  value)

Convert time to local timezone

◆ set_DetectEncoding()

void Aspose::Email::Calendar::AppointmentLoadOptions::set_DetectEncoding ( bool  value)

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

◆ set_EventIndex()

void Aspose::Email::Calendar::AppointmentLoadOptions::set_EventIndex ( int32_t  value)

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

◆ set_IgnoreSmtpAddressCheck()

void Aspose::Email::Calendar::AppointmentLoadOptions::set_IgnoreSmtpAddressCheck ( bool  value)

Defines whether the SMTP address validation is skipped.