UCC_SOURCE_NETWORK_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates possible source network types.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_SOURCE_NETWORK_TYPE
public enum UCC_SOURCE_NETWORK_TYPE
public enum class UCC_SOURCE_NETWORK_TYPE
public enum UCC_SOURCE_NETWORK_TYPE
public enum UCC_SOURCE_NETWORK_TYPE

Members

Member name Description
UCCSNT_COMPANY A flag indicating that the user is registered on the enterprise network.
UCCSNT_FEDERATED_ENTERPRISE A flag indicating that the user is registered on a federated enterprise network.
UCCSNT_FEDERATED_PUBLIC A flag indicating that the user is from a federated public network.
UCCSNT_UNSPECIFIED A flag indicating that the source network is unspecified.

Remarks

A source network type identifies where a user is registered (or authenticated) when the user invites another user to a media session or when the user subscribes to category instances.

Win32 COM/C++ Syntax

typedef enum UCC_SOURCE_NETWORK_TYPE
{
   UCCSNT_COMPANY = 2,
   UCCSNT_FEDERATED_ENTERPRISE = 3,
   UCCSNT_FEDERATED_PUBLIC = 4,
   UCCSNT_UNSPECIFIED = 5
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace