Поделиться через


ContactSourceType Enumeration

The ContactSourceType enumeration 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
<SerializableAttribute> _
Public Enumeration ContactSourceType
'Usage
Dim instance As ContactSourceType
[SerializableAttribute]
public enum ContactSourceType

Members

Member name Description
ActiveDirectory Indicates that the contact is located in Active Directory.
Store 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.

See Also

Reference

Other Resources