ContactSourceType Enum

Definition

The ContactSourceType enumeration describes whether the contact is located in the Exchange store or in the Active Directory directory service.

public enum class ContactSourceType
public enum ContactSourceType
Public Enum ContactSourceType
Inheritance
ContactSourceType

Fields

ActiveDirectory 0

Indicates that the contact is located in Active Directory.

Store 1

Indicates that the contact is located in the Exchange store.

Remarks

This enumeration is used by the ContactSource property of the ContactItemType object and the ContactSource property of the DistributionListType object.

Applies to