Enumerates the source types from where a
contact is originated or stored.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum ContactSourceTypes |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 |
The contact source is unknown.
|
|
GlobalAddressList | 1 |
The contact source is the Global Address
List.
|
|
WindowsAddressBook | 2 |
The contact source is the Microsoft Windows
Address Book.
|
|
ExchangeService | 4 |
The contact source is the Microsoft Exchange
service.
|
|
Invalid | -1 |