ContactItemType.ContactSource Property

Definition

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.

public:
 property ExchangeWebServices::ContactSourceType ContactSource { ExchangeWebServices::ContactSourceType get(); void set(ExchangeWebServices::ContactSourceType value); };
public ExchangeWebServices.ContactSourceType ContactSource { get; set; }
Public Property ContactSource As ContactSourceType

Property Value

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.

Applies to