wodPop3 ActiveX Control - Reset Method
      
 

Description

Resets session on the server.


Return Type

None  


Syntax

object.Reset



The Reset Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodPop3.

Remarks

Reset method will 'undelete' all messages you marked for deletion using MarkDelete property. Since MarkDelete did not actually delete the message, Reset method does not need to send any commands to the server at this time - messages would be deleted on Disconnect anyway.