Package | Description |
---|---|
microsoft.exchange.webservices.data.core.enumeration.availability | |
microsoft.exchange.webservices.data.misc.availability |
Modifier and Type | Method and Description |
---|---|
static MeetingAttendeeType |
MeetingAttendeeType.valueOf(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 |
---|---|
MeetingAttendeeType |
AttendeeInfo.getAttendeeType()
Gets the type of this attendee.
|
Modifier and Type | Method and Description |
---|---|
void |
AttendeeInfo.setAttendeeType(MeetingAttendeeType attendeeType)
Sets the attendee type.
|
Constructor and Description |
---|
AttendeeInfo(String smtpAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the AttendeeInfo class.
|
Copyright © 2012–2015 Microsoft. All rights reserved.