public class AppointmentLoadOptions extends Object
Represents appointment load options
Constructor and Description |
---|
AppointmentLoadOptions()
Initializes a new instance of the
AppointmentLoadOptions class |
Modifier and Type | Method and Description |
---|---|
boolean |
getApplyLocalTZ()
Convert time to local timezone
|
boolean |
getDetectEncoding()
Determines a data encoding by analyzing its byte order mark (BOM)
|
int |
getEventIndex()
Determines VEVENT index in case multiple events in a single ics file
|
boolean |
getIgnoreSmtpAddressCheck()
Defines whether the SMTP address validation is skipped.
|
void |
setApplyLocalTZ(boolean value)
Convert time to local timezone
|
void |
setDetectEncoding(boolean value)
Determines a data encoding by analyzing its byte order mark (BOM)
|
void |
setEventIndex(int value)
Determines VEVENT index in case multiple events in a single ics file
|
void |
setIgnoreSmtpAddressCheck(boolean value)
Defines whether the SMTP address validation is skipped.
|
public AppointmentLoadOptions()
Initializes a new instance of the AppointmentLoadOptions
class
public boolean getIgnoreSmtpAddressCheck()
Defines whether the SMTP address validation is skipped.
public void setIgnoreSmtpAddressCheck(boolean value)
Defines whether the SMTP address validation is skipped.
public boolean getApplyLocalTZ()
Convert time to local timezone
public void setApplyLocalTZ(boolean value)
Convert time to local timezone
public boolean getDetectEncoding()
Determines a data encoding by analyzing its byte order mark (BOM)
public void setDetectEncoding(boolean value)
Determines a data encoding by analyzing its byte order mark (BOM)
public int getEventIndex()
Determines VEVENT index in case multiple events in a single ics file
public void setEventIndex(int value)
Determines VEVENT index in case multiple events in a single ics file
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.