| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
TimeDuration |
SuggestionsViewOptions.getDetailedSuggestionsWindow()
Gets the time span that is queried for detailed information about suggested meeting times.
|
TimeDuration |
OutOfOfficeMailTip.getDuration()
Sets the duration that the OOF status is enabled if the OofState element is set to Scheduled.
|
TimeDuration |
OutOfOffice.getDuration()
Gets the duration for which the OOF status is enabled if the OOF state in the
|
TimeDuration |
FreeBusyViewOptions.getTimeWindow()
Gets the time span queried for the user availability information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuggestionsViewOptions.setDetailedSuggestionsWindow(TimeDuration detailedSuggestionsWindow)
Sets the time span that is queried for detailed information about suggested meeting times.
|
void |
OutOfOffice.setDuration(TimeDuration duration)
Sets the duration for which the OOF status is enabled if the OOF state in the
|
void |
FreeBusyViewOptions.setTimeWindow(TimeDuration timeWindow)
Sets the time span queried for the user availability information.
|
| Constructor and Description |
|---|
FreeBusyViewOptions(TimeDuration timeWindow)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow,
int mergedFreeBusyInterval)
Initializes a new instance of the FreeBusyViewOptions class.
|
FreeBusyViewOptions(TimeDuration timeWindow,
int mergedFreeBusyInterval,
FreeBusyViewType requestedView)
Initializes a new instance of the FreeBusyViewOptions class.
|
SuggestionsViewOptions(TimeDuration detailedSuggestionsWindow)
Initializes a new instance of the SuggestionsViewOptions class.
|
SuggestionsViewOptions(TimeDuration detailedSuggestionsWindow,
int meetingDuration)
Initializes a new instance of the SuggestionsViewOptions class.
|