Version

ResizeOutlookBar Method

Resizes the width of the OutlookBar by dragging the Vertical Splitter if visible
Syntax
'Declaration
 
Public Sub ResizeOutlookBar( _
   ByVal dOutlookBarNewWidth As System.Double _
) 
public void ResizeOutlookBar( 
   System.double dOutlookBarNewWidth
)
public: void ResizeOutlookBar( 
   System.double dOutlookBarNewWidth
) 

Parameters

dOutlookBarNewWidth
New value of the width needed to resize the OutlookBar
Requirements

Target Platforms: 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