wodPop3 ActiveX Control - Get Method
      
 

Description

Reads message from the server.


Return Type

None  


Syntax

object.Get



The Get Method syntax has these parts:

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

Remarks

This method downloads message from the server, including full message body. When message is received, Received event will be fired. Also, when wodPop3 is ready for next command, Done event will be fired. You should not send new command until Done is fired!