ContactSourceTypes Enum

Definition

Enumerates the contact provider type.

This enumeration supports a bitwise combination of its member values.

public enum class ContactSourceTypes
[System.Flags]
public enum ContactSourceTypes
type ContactSourceTypes = 
Public Enum ContactSourceTypes
Inheritance
ContactSourceTypes
Attributes

Fields

ExchangeService 4

The contact source is the Exchange Service.

GlobalAddressList 1

The contact source is the Global Address List.

Invalid -1
Unknown 0

The contact source is unknown.

WindowsAddressBook 2

The contact source is the Windows Address Book.

Applies to