Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.LegacyFreeBusyStatus

Packages that use LegacyFreeBusyStatus
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.property.complex.availability   
 

Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return LegacyFreeBusyStatus
static LegacyFreeBusyStatus LegacyFreeBusyStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LegacyFreeBusyStatus[] LegacyFreeBusyStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.core.response
 

Methods in microsoft.exchange.webservices.data.core.response that return types with arguments of type LegacyFreeBusyStatus
 Collection<LegacyFreeBusyStatus> AttendeeAvailability.getMergedFreeBusyStatus()
          Gets a collection of merged free/busy status for the attendee.
 

Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return LegacyFreeBusyStatus
 LegacyFreeBusyStatus MeetingRequest.getIntendedFreeBusyStatus()
          Gets the a value representing the intended free/busy status of the meeting.
 LegacyFreeBusyStatus Appointment.getLegacyFreeBusyStatus()
          Gets a value indicating the free/busy status of the owner of this appointment.
 LegacyFreeBusyStatus MeetingRequest.legacyFreeBusyStatus()
          Gets a value indicating the free/busy status of the owner of this appointment.
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type LegacyFreeBusyStatus
 void Appointment.setLegacyFreeBusyStatus(LegacyFreeBusyStatus value)
          Sets the legacy free busy status.
 

Uses of LegacyFreeBusyStatus in microsoft.exchange.webservices.data.property.complex.availability
 

Methods in microsoft.exchange.webservices.data.property.complex.availability that return LegacyFreeBusyStatus
 LegacyFreeBusyStatus Conflict.getFreeBusyStatus()
          Gets the free/busy status of the conflicting attendee.
 LegacyFreeBusyStatus CalendarEvent.getFreeBusyStatus()
          Gets the free/busy status associated with the event.
 



Copyright © 2012–2015 Microsoft. All rights reserved.