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

Packages that use ContactsFolder
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
static ContactsFolder ContactsFolder.bind(ExchangeService service, FolderId id)
          Binds to an existing contacts folder and loads its first class 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 ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing contacts folder and loads its first class property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing contacts folder and loads the specified set of property.
 



Copyright © 2012–2015 Microsoft. All rights reserved.