UCC_URI_COMPARISON_OPTION 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 the options for URI comparisons.
Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
Syntax
'Declaration
Public Enumeration UCC_URI_COMPARISON_OPTION
public enum UCC_URI_COMPARISON_OPTION
public enum class UCC_URI_COMPARISON_OPTION
public enum UCC_URI_COMPARISON_OPTION
public enum UCC_URI_COMPARISON_OPTION
Members
Member name | Description |
---|---|
UCCUCO_DEFAULT | Compares the URIs using the default comparison rules for the URI scheme. |
UCCUCO_EXACT_MATCH | Compares the URIs using an exact match of URI components. |
UCCUCO_USER_HOST | Compares the user@host part of the URIs only. |
Remarks
Win32 COM/C++ Syntax
typedef enum UCC_URI_COMPARISON_OPTION
{
UCCUCO_DEFAULT = 0,
UCCUCO_EXACT_MATCH = 1,
UCCUCO_USER_HOST = 2
};
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