ContactSourceTypes enumeration
Enumerates the contact provider type.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ContactSourceTypes
'Usage
Dim instance As ContactSourceTypes
[FlagsAttribute]
public enum ContactSourceTypes
Members
Member name | Description | |
---|---|---|
Unknown | The contact source is unknown. | |
GlobalAddressList | The contact source is the Global Address List. | |
WindowsAddressBook | The contact source is the Windows Address Book. | |
ExchangeService | The contact source is the Exchange Service. | |
Invalid |