SourceNetworkType Enumeration

"Enumerates source network (network of origin

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

 typedef enum SourceNetworkType
 {
    ucSourceNetworkUnknown = 0,
    ucSourceNetworkEnterprise = 1,
    ucSourceNetworkFederatedEnterprise = 2,
    ucSourceNetworkFederatedPublic = 3
 };

Members

Member name Description
ucSourceNetworkUnknown
Contact source network cannot be determined.
ucSourceNetworkEnterprise
Contact source network is witin the enterprise.
ucSourceNetworkFederatedEnterprise
Contact source network is witin a federated enterprise.
ucSourceNetworkFederatedPublic

Remarks

Use this enumeration to determine the origin of a contact or group.

See Also

UCCollaborationLib Namespace