Uses of Class
microsoft.exchange.webservices.data.core.service.item.Contact
-
Packages that use Contact Package Description 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 Modifier and Type Method Description static ContactContact. bind(ExchangeService service, ItemId id)Binds to an existing contact and loads its first class property.static ContactContact. 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 Modifier and Type Method Description ContactNameResolution. 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 Modifier and Type Method Description voidGroupMemberCollection. 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 Constructor Description GroupMember(Contact contact, EmailAddressKey emailAddressKey)Initializes a new instance of the GroupMember class.
-