Version

SetNavigationPaneState Method (UltraExplorerBarReplayServer)

This action will get recorded when the user Collapse or Expand the ExplorerBar.
Syntax
'Declaration
 
Public Sub SetNavigationPaneState( _
   ByVal state As System.String _
) 
public void SetNavigationPaneState( 
   System.string state
)

Parameters

state
a string value can be set to either "EXPAND" or "COLLAPSE"
Remarks
This action can only be used when the explorerbar style is OutlookNavigationPane. it should throw error on replay if the control is not in this style.
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