|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MeetingAttendeeType in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return MeetingAttendeeType | |
|---|---|
MeetingAttendeeType |
AttendeeInfo.getAttendeeType()
Gets the type of this attendee. |
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. |
| Methods in microsoft.exchange.webservices.data with parameters of type MeetingAttendeeType | |
|---|---|
void |
AttendeeInfo.setAttendeeType(MeetingAttendeeType attendeeType)
Sets the attendee type. |
| Constructors in microsoft.exchange.webservices.data with parameters of type MeetingAttendeeType | |
|---|---|
AttendeeInfo(String smtpAddress,
MeetingAttendeeType attendeeType,
boolean excludeConflicts)
Initializes a new instance of the AttendeeInfo class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||