Enumerates source network (network of origin) types.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
enum 
SourceNetworkType

Members

Member name Value Description
Unknown 0
An unknown source network.
Enterprise 1
A contact belongs to enterprise.
FederatedEnterprise 2
A contact belongs to a federated enterprise.
FederatedPublic 3
A contact belongs to a federated public network (like Hotmail, Yahoo, or AOL
Invalid -1

See Also