IExchExtCommands::ResetToolbar

Enables an extension to restore its toolbar buttons to their default positions.

Quick Info

See IExchExtCommands : IUnknown.

HRESULT ResetToolbar(
  UINT tbid,     
  ULONG ulFlags  
);
 

Parameters

tbid
[in, out] Toolbar identifier. Currently, only the EETB_STANDARD toolbar is defined.
ulFlags
Reserved; must be zero.

Return Values

S_OK
No error occurred.

Remarks

Microsoft Exchange calls the IExchExtCommands::ResetToolbar method when the user chooses the Reset button from the Customize Toolbar dialog box, which means that the toolbar has been reset to its default state. The extension object should place its default toolbar buttons into their default locations.

See Also

IExchExtCallback::GetToolbar