Reset Method  
 

Reset the state of the component.

Syntax

object.Reset

Parameters

None.

Return Value

None.

Remarks

The Reset method resets the internal state of the component, releasing any memory allocated for messages and/or network connections. If the application is connected to a mail server, the connection will be terminated. If any messages were marked for pending deletion, those messages will not be deleted.

See Also

Cancel Method