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 |
getIgnoreSmtpAddressCheck()
Defines whether the SMTP address validation is skipped.
|
void |
setApplyLocalTZ(boolean value)
Convert time to local timezone
|
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.
value
- a boolean.public boolean getApplyLocalTZ()
Convert time to local timezone
public void setApplyLocalTZ(boolean value)
Convert time to local timezone
value
- a boolean.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.