Uses of Class
microsoft.exchange.webservices.data.core.service.folder.SearchFolder

Packages that use SearchFolder
microsoft.exchange.webservices.data.core.service.folder   
 

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

Methods in microsoft.exchange.webservices.data.core.service.folder that return SearchFolder
static SearchFolder SearchFolder.bind(ExchangeService service, FolderId id)
          Binds to an existing search folder and loads its first class 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 SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing search folder and loads the 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.
 



Copyright © 2012–2015 Microsoft. All rights reserved.