Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the source types from where a contact is originated or stored.
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 Microsoft Windows Address Book. | |
| ExchangeService | The contact source is the Microsoft Exchange service. | |
| Invalid |