DistributionListType.ContactSource Property

The ContactSource property gets or sets one of the valid ContactSourceType enumeration values that describes whether the contact is located in the Exchange store or in 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 DistributionListType
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 describes whether the contact is located in the Exchange store or in Active Directory.