UccConstants Class

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.

Encapsulates the API-defined constants.

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

Syntax

'Declaration
Public NotInheritable Class UccConstants
public sealed class UccConstants
public ref class UccConstants sealed
public final class UccConstants
public final class UccConstants

Remarks

Win32 COM/C++ Syntax

module UccConstants
{
   const long UCCAM_ALL = UCCAM_BASIC | UCCAM_DIGEST | UCCAM_NTLM | UCCAM_KERBEROS;
   const long UCCMD_NONE = 0;
   const long UCCMD_BOTH = UCCMD_SEND | UCCMD_RECEIVE;
   const long UCC_DEFAULT_CONTAINER_ID = 0;
   const long UCC_SELF_CONTAINER_ID = 1;
   const long UCCCMJT_NONE = 0;
   const string UCC_NULL_SIP_URI = "sip:null@invalid";
   const string UCC_REALM_ALL = "*";
   const long UCCCPAT_NONE = 0;
   const long UCCDRM_ALL = UCCDRM_EVENT_LOGGING | UCCDRM_SERVER_CDR_LOGGING;
   const long UCCTWP_ALL_PAGES = UCCTWP_ALL;
   const long UCCMSC_MIN_AUDIO_LEVEL = 0;
   const long UCCMSC_MAX_AUDIO_LEVEL = 0x7FFF;
   const long UCCMSC_MIN_AUDIO_VOLUME = 0;
   const long UCCMSC_MAX_AUDIO_VOLUME = 0xFFFF;
};

Inheritance Hierarchy

System.Object
  Microsoft.Office.Interop.UccApi.UccConstants

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

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

UccConstants Members
Microsoft.Office.Interop.UccApi Namespace