Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.ContactSource
-
Packages that use ContactSource Package Description microsoft.exchange.webservices.data.core.enumeration.service microsoft.exchange.webservices.data.core.service.item -
-
Uses of ContactSource in microsoft.exchange.webservices.data.core.enumeration.service
Methods in microsoft.exchange.webservices.data.core.enumeration.service that return ContactSource Modifier and Type Method Description static ContactSourceContactSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactSource[]ContactSource. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContactSource in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return ContactSource Modifier and Type Method Description ContactSourceContact. getContactSource()Gets the source of the contact.
-