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

Packages that use MeetingResponseType
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.property.complex   
 

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

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

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

Methods in microsoft.exchange.webservices.data.core.service.item that return MeetingResponseType
 MeetingResponseType MeetingRequest.getMyResponseType()
          Gets a value indicating what was the last response of the user that loaded this meeting.
 MeetingResponseType Appointment.getMyResponseType()
          Gets a value indicating what was the last response of the user that loaded this meeting.
 MeetingResponseType MeetingMessage.getResponseType()
          Gets the response type indicated by this meeting message.
 

Uses of MeetingResponseType in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return MeetingResponseType
 MeetingResponseType Attendee.getResponseType()
          Gets the type of response the attendee gave to the meeting invitation it received.
 



Copyright © 2012–2015 Microsoft. All rights reserved.