Version

Item Property (Outlook2007ColorSchemeCollection)

Returns the Outlook2007ColorScheme-derived instance whose BaseColor property is equal to the specified base color. If no color scheme exists for the specified base color, the DefaultScheme is returned.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal baseColor As Color _
) As Outlook2007ColorScheme
public Outlook2007ColorScheme this[ 
   Color baseColor
]; {get;}

Parameters

baseColor
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also