| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
EmailAddress |
MailboxData.getEmailAddress()
Gets the mailbox user for a GetUserAvailability query.
|
| Modifier and Type | Method and Description |
|---|---|
OutOfOfficeResponse |
Service.getOutOfOffice(EmailAddress emailAddress)
Gets Out of Office settings for the specified mailbox.
|
void |
MailboxData.setEmailAddress(EmailAddress emailAddress)
Sets the mailbox user for a GetUserAvailability query.
|
Response |
Service.setOutOfOffice(OutOfOffice outOfOffice,
EmailAddress emailAddress)
Sets the Out of Office settings for a specific mailbox.
|
| Constructor and Description |
|---|
MailboxData(EmailAddress emailAddress)
Initializes a new instance of the MailboxData class.
|
MailboxData(EmailAddress emailAddress,
MeetingAttendeeType attendeeType)
Initializes a new instance of the MailboxData class.
|
MailboxData(EmailAddress emailAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the MailboxData class.
|