Uses of Class
microsoft.exchange.webservices.data.core.enumeration.availability.MeetingAttendeeType

Packages that use MeetingAttendeeType
microsoft.exchange.webservices.data.core.enumeration.availability   
microsoft.exchange.webservices.data.misc.availability   
 

Uses of MeetingAttendeeType in microsoft.exchange.webservices.data.core.enumeration.availability
 

Methods in microsoft.exchange.webservices.data.core.enumeration.availability that return MeetingAttendeeType
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.
 

Uses of MeetingAttendeeType in microsoft.exchange.webservices.data.misc.availability
 

Methods in microsoft.exchange.webservices.data.misc.availability that return MeetingAttendeeType
 MeetingAttendeeType AttendeeInfo.getAttendeeType()
          Gets the type of this attendee.
 

Methods in microsoft.exchange.webservices.data.misc.availability with parameters of type MeetingAttendeeType
 void AttendeeInfo.setAttendeeType(MeetingAttendeeType attendeeType)
          Sets the attendee type.
 

Constructors in microsoft.exchange.webservices.data.misc.availability with parameters of type MeetingAttendeeType
AttendeeInfo(String smtpAddress, MeetingAttendeeType attendeeType, boolean excludeConflicts)
          Initializes a new instance of the AttendeeInfo class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.