Uses of Class
microsoft.exchange.webservices.data.core.service.folder.ContactsFolder
-
Packages that use ContactsFolder Package Description microsoft.exchange.webservices.data.core.service.folder -
-
Uses of ContactsFolder in microsoft.exchange.webservices.data.core.service.folder
Methods in microsoft.exchange.webservices.data.core.service.folder that return ContactsFolder Modifier and Type Method Description static ContactsFolderContactsFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing contacts folder and loads its first class property.static ContactsFolderContactsFolder. bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)Binds to an existing contacts folder and loads the specified set of property.static ContactsFolderContactsFolder. bind(ExchangeService service, FolderId id)Binds to an existing contacts folder and loads its first class property.static ContactsFolderContactsFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing contacts folder and loads the specified set of property.
-