ContactItemType.ContactSource Property
The ContactSource property gets or sets one of the valid ContactSourceType enumeration values that describs whether the contact is located in the Exchange store or the Active Directory directory service.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ContactSource As ContactSourceType
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As ContactSourceType
value = instance.ContactSource
instance.ContactSource = value
public ContactSourceType ContactSource { get; set; }
Property Value
Type: ExchangeWebServices.ContactSourceType
The ContactSource property returns one of the valid ContactSourceType enumeration values that describe whether the contact is located in the Exchange store or the Active Directory directory service.
See Also