Used to identify the source(s) for a contact entry.

Namespace: ININ.IceLib.Directories
Assembly: ININ.IceLib.Directories (in ININ.IceLib.Directories.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[FlagsAttribute]
public enum ContactSource
Visual Basic
<FlagsAttribute> _
Public Enumeration ContactSource

Members

Member nameValueDescription
Unknown0Identifies a contact that was pulled from an unknown source.
IC1Identifies contacts that are pulled from the IC Server.
Lync2 Identifies contacts that are pulled from Lync. This is considered an external source and identifies that additional contact information maybe be available from ExternalContactEntries for the related ContactEntry.
SameTime4 Identifies contacts that are pulled from SameTime. This is considered an external source and identifies that additional contact information maybe be available from ExternalContactEntries for the related ContactEntry.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.

See Also