Uses of Class
microsoft.exchange.webservices.data.core.service.folder.SearchFolder
-
Packages that use SearchFolder Package Description 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 Modifier and Type Method Description static SearchFolderSearchFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing search folder and loads the specified set of property.static SearchFolderSearchFolder. bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)Binds to an existing search folder and loads the specified set of property.static SearchFolderSearchFolder. bind(ExchangeService service, FolderId id)Binds to an existing search folder and loads its first class property.static SearchFolderSearchFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing search folder and loads the specified set of property.
-