Reset Method  
 

Reset the internal state of the control.

Syntax

object.Reset

Parameters

None.

Return Value

None.

Remarks

The Reset method resets the internal state of the control. Property values are initialized to their internal defaults and any handles allocated by the control will be released. If a message store has been opened, it will be closed. If messages had been flagged for deletion from the current message store, they will not be purged.

See Also

Initialize Method, Uninitialize Method