Uses of Class
microsoft.exchange.webservices.data.core.ExchangeService

Packages that use ExchangeService
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.core.service   
microsoft.exchange.webservices.data.core.service.folder   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.messaging   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.notification   
 

Uses of ExchangeService in microsoft.exchange.webservices.data.autodiscover.request
 

Methods in microsoft.exchange.webservices.data.autodiscover.request with parameters of type ExchangeService
protected  ServiceResponse ApplyConversationActionRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
 

Constructors in microsoft.exchange.webservices.data.autodiscover.request with parameters of type ExchangeService
ApplyConversationActionRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the ApplyConversationActionRequest class
 

Uses of ExchangeService in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return ExchangeService
 ExchangeService EwsServiceXmlReader.getService()
          Gets the service.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type ExchangeService
static EwsServiceMultiResponseXmlReader EwsServiceMultiResponseXmlReader.create(InputStream stream, ExchangeService service)
          Creates a new instance of the EwsServiceMultiResponseXmlReader class.
static
<TServiceObject extends ServiceObject>
TServiceObject
EwsUtilities.createEwsObjectFromXmlElementName(Class<?> itemClass, ExchangeService service, String xmlElementName)
          Creates the ews object from xml element name.
 void EwsServiceXmlReader.setService(ExchangeService service)
          Sets the service.
static void EwsUtilities.validateClassVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String className)
          Validates class version against the request version.
static void EwsUtilities.validateMethodVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String methodName)
          Validate method version.
static void EwsUtilities.validatePropertyVersion(ExchangeService service, ExchangeVersion minimumServerVersion, String propertyName)
          Validates property version against the request version.
 

Constructors in microsoft.exchange.webservices.data.core with parameters of type ExchangeService
EwsServiceXmlReader(InputStream stream, ExchangeService service)
          Initializes a new instance of the EwsXmlReader class.
 

Uses of ExchangeService in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return ExchangeService
 ExchangeService ServiceRequestBase.getService()
          Gets the service.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type ExchangeService
protected  ServiceResponse UpdateUserConfigurationRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  UpdateItemResponse UpdateItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
           
protected  ServiceResponse UpdateFolderRequest.createServiceResponse(ExchangeService session, int responseIndex)
          Creates the service response.
protected  ServiceResponse UnsubscribeRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates service response.
protected  SyncFolderItemsResponse SyncFolderItemsRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates service response.
protected  SyncFolderHierarchyResponse SyncFolderHierarchyRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  SubscribeResponse<StreamingSubscription> SubscribeToStreamingNotificationsRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  SubscribeResponse<PushSubscription> SubscribeToPushNotificationsRequest.createServiceResponse(ExchangeService service, int responseIndex)
           
protected  SubscribeResponse<PullSubscription> SubscribeToPullNotificationsRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse SendItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ResolveNamesResponse ResolveNamesRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected abstract  TResponse MultiResponseServiceRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  MoveCopyItemResponse MoveItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  MoveCopyFolderResponse MoveFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  GetUserConfigurationResponse GetUserConfigurationRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  GetServerTimeZonesResponse GetServerTimeZonesRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse GetItemRequestForLoad.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  GetItemResponse GetItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse GetFolderRequestForLoad.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  GetFolderResponse GetFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  GetEventsResponse GetEventsRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  GetAttachmentResponse GetAttachmentRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  FindItemResponse<TItem> FindItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  FindFolderResponse FindFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ExpandGroupResponse ExpandGroupRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ExecuteDiagnosticMethodResponse ExecuteDiagnosticMethodRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse EmptyFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse DeleteUserConfigurationRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse DeleteItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse DeleteFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  DeleteAttachmentResponse DeleteAttachmentRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse CreateUserConfigurationRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  CreateResponseObjectResponse CreateResponseObjectRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse CreateItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ServiceResponse CreateFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  CreateAttachmentResponse CreateAttachmentRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  MoveCopyItemResponse CopyItemRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  MoveCopyFolderResponse CopyFolderRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
protected  ConvertIdResponse ConvertIdRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Initializes a new instance of the class.
 

Constructors in microsoft.exchange.webservices.data.core.request with parameters of type ExchangeService
AddDelegateRequest(ExchangeService service)
          Initializes a new instance of the class.
ConvertIdRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
CopyFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the CopyFolderRequest class.
CopyItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
CreateAttachmentRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
CreateFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the CreateFolderRequest class.
CreateItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance.
CreateResponseObjectRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the CreateResponseObjectRequest class.
CreateUserConfigurationRequest(ExchangeService service)
          Initializes a new instance of the class.
DeleteAttachmentRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the DeleteAttachmentRequest class.
DeleteFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the DeleteFolderRequest class.
DeleteItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
DeleteUserConfigurationRequest(ExchangeService service)
          Initializes a new instance of the class.
DisconnectPhoneCallRequest(ExchangeService service)
          Initializes a new instance of the DisconnectPhoneCallRequest class.
EmptyFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the EmptyFolderRequest class.
ExecuteDiagnosticMethodRequest(ExchangeService service)
          Initializes a new instance of the ExecuteDiagnosticMethodRequest class.
ExpandGroupRequest(ExchangeService service)
          Initializes a new instance of the class.
FindConversationRequest(ExchangeService service)
           
FindFolderRequest(ExchangeService exchangeService, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the FindFolderRequest class.
FindItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the FindItemRequest class.
GetAttachmentRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the GetAttachmentRequest class.
GetDelegateRequest(ExchangeService service)
          Initializes a new instance of the class.
GetEventsRequest(ExchangeService service)
          Initializes a new instance.
GetFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the GetFolderRequest class.
GetFolderRequestForLoad(ExchangeService exchangeService, ServiceErrorHandling throwonerror)
          Initializes a new instance of the GetFolderRequestForLoad class.
GetInboxRulesRequest(ExchangeService service)
          Initializes a new instance of the GetInboxRulesRequest class.
GetItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
GetItemRequestForLoad(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
GetPasswordExpirationDateRequest(ExchangeService service)
          Initializes a new instance of the GetPasswordExpirationDateRequest class
GetPhoneCallRequest(ExchangeService service)
          Initializes a new instance of the GetPhoneCallRequest class.
GetRoomListsRequest(ExchangeService service)
          Initializes a new instance of the class.
GetRoomsRequest(ExchangeService service)
          Represents a GetRooms request.
GetServerTimeZonesRequest(ExchangeService service)
          Initializes a new instance of the "GetServerTimeZonesRequest" class.
GetStreamingEventsRequest(ExchangeService service, HangingServiceRequestBase.IHandleResponseObject serviceObjectHandler, Iterable<String> subscriptionIds, int connectionTimeout)
          Initializes a new instance of the GetStreamingEventsRequest class.
GetUserAvailabilityRequest(ExchangeService service)
          Initializes a new instance of the "GetUserAvailabilityRequest" class.
GetUserConfigurationRequest(ExchangeService service)
          Initializes a new instance of the class.
GetUserOofSettingsRequest(ExchangeService service)
          Initializes a new instance of the class.
HangingServiceRequestBase(ExchangeService service, HangingServiceRequestBase.IHandleResponseObject handler, int heartbeatFrequency)
          Initializes a new instance of the HangingServiceRequestBase class.
MoveCopyItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
MoveFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the MoveFolderRequest class.
MoveItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
MultiResponseServiceRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance.
PlayOnPhoneRequest(ExchangeService service)
          Initializes a new instance of the PlayOnPhoneRequest class.
RemoveDelegateRequest(ExchangeService service)
          Initializes a new instance of the class.
ResolveNamesRequest(ExchangeService service)
          Initializes a new instance of the class.
SendItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
ServiceRequestBase(ExchangeService service)
          Initializes a new instance.
SetUserOofSettingsRequest(ExchangeService service)
          Initializes a new instance of the class.
SimpleServiceRequestBase(ExchangeService service)
          Initializes a new instance of the SimpleServiceRequestBase class.
SubscribeToPullNotificationsRequest(ExchangeService service)
          Instantiates a new subscribe to pull notification request.
SubscribeToPushNotificationsRequest(ExchangeService service)
          Instantiates a new subscribe to push notification request.
SubscribeToStreamingNotificationsRequest(ExchangeService service)
          Initializes a new instance of the SubscribeToStreamingNotificationsRequest class.
SyncFolderHierarchyRequest(ExchangeService service)
          Initializes a new instance of the class.
SyncFolderItemsRequest(ExchangeService service)
          Initializes a new instance of the class.
UnsubscribeRequest(ExchangeService service)
          Instantiates a new unsubscribe request.
UpdateDelegateRequest(ExchangeService service)
          Initializes a new instance of the class.
UpdateFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the UpdateFolderRequest class.
UpdateInboxRulesRequest(ExchangeService service)
          Initializes a new instance of the class.
UpdateItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Instantiates a new update item request.
UpdateUserConfigurationRequest(ExchangeService service)
          Initializes a new instance of the class.
 

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

Methods in microsoft.exchange.webservices.data.core.response with parameters of type ExchangeService
protected  Item CreateResponseObjectResponse.getObjectInstance(ExchangeService service, String xmlElementName)
          Gets Item instance.
protected  Item CreateItemResponse.getObjectInstance(ExchangeService service, String xmlElementName)
          Gets Item instance.
 ServiceObject UpdateItemResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
           
 ServiceObject UpdateFolderResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject MoveCopyItemResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject MoveCopyFolderResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 T IGetObjectInstanceDelegate.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject GetItemResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject GetFolderResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 ServiceObject CreateFolderResponse.getObjectInstanceDelegate(ExchangeService service, String xmlElementName)
          Gets the object instance delegate.
 

Constructors in microsoft.exchange.webservices.data.core.response with parameters of type ExchangeService
ExecuteDiagnosticMethodResponse(ExchangeService service)
          Initializes a new instance of the ExecuteDiagnosticMethodResponse class.
GetPhoneCallResponse(ExchangeService service)
          Initializes a new instance of the GetPhoneCallResponse class.
PlayOnPhoneResponse(ExchangeService service)
          Initializes a new instance of the PlayOnPhoneResponse class.
ResolveNamesResponse(ExchangeService service)
          Initializes a new instance of the class.
 

Uses of ExchangeService in microsoft.exchange.webservices.data.core.service
 

Methods in microsoft.exchange.webservices.data.core.service that return ExchangeService
 ExchangeService ServiceObject.getService()
          Gets the service.
 

Methods in microsoft.exchange.webservices.data.core.service with parameters of type ExchangeService
 Object ICreateServiceObjectWithServiceParam.createServiceObjectWithServiceParam(ExchangeService srv)
          Creates the service object with service param.
protected  void ServiceObject.setService(ExchangeService service)
          Sets the service.
 

Constructors in microsoft.exchange.webservices.data.core.service with parameters of type ExchangeService
ServiceObject(ExchangeService service)
          Internal constructor.
 

Uses of ExchangeService in microsoft.exchange.webservices.data.core.service.folder
 

Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type ExchangeService
static TasksFolder TasksFolder.bind(ExchangeService service, FolderId id)
          Binds to an existing tasks folder and loads its first class property.
static SearchFolder SearchFolder.bind(ExchangeService service, FolderId id)
          Binds to an existing search folder and loads its first class property.
static Folder Folder.bind(ExchangeService service, FolderId id)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, FolderId id)
          Binds to an existing contacts folder and loads its first class property.
static CalendarFolder CalendarFolder.bind(ExchangeService service, FolderId id)
          Binds to an existing calendar folder and loads the specified set of property.
static TasksFolder TasksFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing tasks folder and loads the specified set of property.
static SearchFolder SearchFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing search folder and loads the specified set of property.
static Folder Folder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing contacts folder and loads the specified set of property.
static CalendarFolder CalendarFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing calendar folder and loads the specified set of property.
static TasksFolder TasksFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing tasks folder and loads its first class property.
static SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing search folder and loads the specified set of property.
static Folder Folder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing contacts folder and loads its first class property.
static CalendarFolder CalendarFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing calendar folder and loads the specified set of property.
static TasksFolder TasksFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing tasks folder and loads specified set of property.
static SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing search folder and loads the specified set of property.
static Folder Folder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing contacts folder and loads the specified set of property.
static CalendarFolder CalendarFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing calendar folder and loads the specified set of property.
 

Constructors in microsoft.exchange.webservices.data.core.service.folder with parameters of type ExchangeService
CalendarFolder(ExchangeService service)
          Initializes an unsaved local instance of "CalendarFolder".
ContactsFolder(ExchangeService service)
          Initializes an unsaved local instance of the class.To bind to an existing contacts folder, use ContactsFolder.Bind() instead.
Folder(ExchangeService service)
          Initializes an unsaved local instance of Folder.
SearchFolder(ExchangeService service)
          Initializes an unsaved local instance of the class.
TasksFolder(ExchangeService service)
          Initializes an unsaved local instance of the class.
 

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

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type ExchangeService
static Task Task.bind(ExchangeService service, ItemId id)
          Binds to an existing task and loads its first class property.
static PostItem PostItem.bind(ExchangeService service, ItemId id)
          Binds to an existing post item and loads its first class property.
static MeetingResponse MeetingResponse.bind(ExchangeService service, ItemId id)
          Binds to an existing meeting response and loads the specified set of property.
static MeetingRequest MeetingRequest.bind(ExchangeService service, ItemId id)
          Binds to an existing meeting response and loads the specified set of property.
static MeetingMessage MeetingMessage.bind(ExchangeService service, ItemId id)
          Binds to an existing meeting message and loads its first class property.
static MeetingCancellation MeetingCancellation.bind(ExchangeService service, ItemId id)
          Binds to an existing meeting cancellation message and loads the specified set of property.
static Item Item.bind(ExchangeService service, ItemId id)
          Binds to an existing item, whatever its actual type is, and loads the specified set of property.
static EmailMessage EmailMessage.bind(ExchangeService service, ItemId id)
          Binds to an existing e-mail message and loads its first class property.Calling this method results in a call to EWS.
static ContactGroup ContactGroup.bind(ExchangeService service, ItemId id)
          Binds to an existing contact group and loads the specified set of property.Calling this method results in a call to EWS.
static Contact Contact.bind(ExchangeService service, ItemId id)
          Binds to an existing contact and loads its first class property.
static Appointment Appointment.bind(ExchangeService service, ItemId id)
          Binds to an existing appointment and loads its first class property.
static Task Task.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing task and loads the specified set of property.
static PostItem PostItem.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing post item and loads the specified set of property.
static MeetingResponse MeetingResponse.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing meeting response and loads the specified set of property.
static MeetingRequest MeetingRequest.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing meeting response and loads the specified set of property.
static MeetingMessage MeetingMessage.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing meeting message and loads the specified set of property.
static MeetingCancellation MeetingCancellation.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing meeting cancellation message and loads the specified set of property.
static Item Item.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing item, whatever its actual type is, and loads the specified set of property.
static EmailMessage EmailMessage.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing e-mail message and loads the specified set of property.Calling this method results in a call to EWS.
static ContactGroup ContactGroup.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing contact group and loads the specified set of property.Calling this method results in a call to EWS.
static Contact Contact.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing contact and loads the specified set of property.
static Appointment Appointment.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing appointment and loads the specified set of property.
static Appointment Appointment.bindToOccurrence(ExchangeService service, ItemId recurringMasterId, int occurenceIndex)
          Binds to an existing appointment and loads its first class property.
static Appointment Appointment.bindToOccurrence(ExchangeService service, ItemId recurringMasterId, int occurenceIndex, PropertySet propertySet)
          Binds to an existing appointment and loads its first class property.
static Appointment Appointment.bindToRecurringMaster(ExchangeService service, ItemId occurrenceId)
          Binds to the master appointment of a recurring series and loads its first class property.
static Appointment Appointment.bindToRecurringMaster(ExchangeService service, ItemId occurrenceId, PropertySet propertySet)
          Binds to the master appointment of a recurring series and loads its first class property.
 

Constructors in microsoft.exchange.webservices.data.core.service.item with parameters of type ExchangeService
Appointment(ExchangeService service)
          Initializes an unsaved local instance of Appointment".
Contact(ExchangeService service)
          Initializes an unsaved local instance of Contact.
ContactGroup(ExchangeService service)
          Initializes an unsaved local instance of the class.
Conversation(ExchangeService service)
          Initializes an unsaved local instance of Conversation.
EmailMessage(ExchangeService service)
          Initializes an unsaved local instance of EmailMessage.
Item(ExchangeService service)
          Initializes an unsaved local instance of .
MeetingCancellation(ExchangeService service)
          Initializes a new instance of the class.
MeetingMessage(ExchangeService service)
          Initializes a new instance of the "MeetingMessage" class.
MeetingRequest(ExchangeService service)
          Initializes a new instance of the class.
MeetingResponse(ExchangeService service)
          Initializes a new instance of the class.
PostItem(ExchangeService service)
          Initializes an unsaved local instance of PostItem.To bind to an existing post item, use PostItem.Bind() instead.
Task(ExchangeService service)
          Initializes an unsaved local instance of Task.To bind to an existing task, use Task.Bind() instead.
 

Uses of ExchangeService in microsoft.exchange.webservices.data.messaging
 

Constructors in microsoft.exchange.webservices.data.messaging with parameters of type ExchangeService
PhoneCall(ExchangeService service)
          PhoneCall Constructor.
PhoneCall(ExchangeService service, PhoneCallId id)
          PhoneCall Constructor.
UnifiedMessaging(ExchangeService service)
          Constructor.
 

Uses of ExchangeService in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc that return ExchangeService
protected  ExchangeService NameResolutionCollection.getSession()
          Gets the session.
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type ExchangeService
static UserConfiguration UserConfiguration.bind(ExchangeService service, String name, FolderId parentFolderId, UserConfigurationProperties properties)
          Binds to an existing user configuration and loads the specified property.
static UserConfiguration UserConfiguration.bind(ExchangeService service, String name, WellKnownFolderName parentFolderName, UserConfigurationProperties properties)
          Binds to an existing user configuration and loads the specified property.
static
<T extends SimpleServiceRequestBase>
T
AsyncRequestResult.extractServiceRequest(ExchangeService exchangeService, Future<?> asyncResult)
           
 

Constructors in microsoft.exchange.webservices.data.misc with parameters of type ExchangeService
HangingTraceStream(InputStream stream, ExchangeService service)
          Initializes a new instance of the HangingTraceStream class.
NameResolutionCollection(ExchangeService service)
          Represents a list of suggested name resolutions.
UserConfiguration(ExchangeService service)
          Initializes a new instance of class.
UserConfiguration(ExchangeService service, EnumSet<UserConfigurationProperties> requestedProperties)
          Initializes a new instance of class.
 

Uses of ExchangeService in microsoft.exchange.webservices.data.notification
 

Methods in microsoft.exchange.webservices.data.notification that return ExchangeService
protected  ExchangeService SubscriptionBase.getService()
          Gets the session.
 ExchangeService StreamingSubscription.getService()
          Gets the service used to create this subscription.
 

Constructors in microsoft.exchange.webservices.data.notification with parameters of type ExchangeService
PullSubscription(ExchangeService service)
          Initializes a new instance.
PushSubscription(ExchangeService service)
          Initializes a new instance.
StreamingSubscription(ExchangeService service)
           
StreamingSubscriptionConnection(ExchangeService service, int lifetime)
          Initializes a new instance of the StreamingSubscriptionConnection class.
StreamingSubscriptionConnection(ExchangeService service, Iterable<StreamingSubscription> subscriptions, int lifetime)
          Initializes a new instance of the StreamingSubscriptionConnection class.
SubscriptionBase(ExchangeService service)
          Instantiates a new subscription base.
SubscriptionBase(ExchangeService service, String id)
          Instantiates a new subscription base.
SubscriptionBase(ExchangeService service, String id, String watermark)
          Instantiates a new subscription base.
 



Copyright © 2012–2015 Microsoft. All rights reserved.