| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
MeetingAttendeeType |
MailboxData.getAttendeeType()
Gets the type of attendee identified in the Email element.
|
static MeetingAttendeeType |
MeetingAttendeeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeetingAttendeeType[] |
MeetingAttendeeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailboxData.setAttendeeType(MeetingAttendeeType attendeeType)
Sets the type of attendee identified in the Email element.
|
| Constructor and Description |
|---|
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.
|
MailboxData(java.lang.String emailAddress,
MeetingAttendeeType attendeeType)
Initializes a new instance of the MailboxData class.
|
MailboxData(java.lang.String emailAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the MailboxData class.
|