ContactSourceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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.