Uses of Class
microsoft.exchange.webservices.data.core.service.item.Contact

Packages that use Contact
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
 

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

Methods in microsoft.exchange.webservices.data.core.service.item that return Contact
static Contact Contact.bind(ExchangeService service, ItemId id)
          Binds to an existing contact and loads its first class property.
static Contact Contact.bind(ExchangeService service, ItemId id, PropertySet propertySet)
          Binds to an existing contact and loads the specified set of property.
 

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

Methods in microsoft.exchange.webservices.data.misc that return Contact
 Contact NameResolution.getContact()
          Gets the contact information of the suggested resolved name.
 

Uses of Contact in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type Contact
 void GroupMemberCollection.addContactEmailAddress(Contact contact, EmailAddressKey emailAddressKey)
          Adds a member that is linked to a specific e-mail address of a contact.
 

Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type Contact
GroupMember(Contact contact, EmailAddressKey emailAddressKey)
          Initializes a new instance of the GroupMember class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.