wodPop3Server ActiveX Control - Send Method
      
 

Description

Sends string data to connected user.


Return Type

None  


Syntax

object.Send Text



The Send Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3User.
Text Required. A String value.

Expression you want to send to the user.


Remarks

Send method allows you to send arbitrary string expression to connected user at any time. However, be careful not to violate POP3 protocol specifications, so use this method only if you know what you're doing. Mostly this method is here for implementing new commands, and changing defined ones, in case there's need for it.

Theoretically, using Command event and Send method together, you can completely rearrange and change behavior of wodPop3Server to make it work as something else, like Smtp server. We do not encourage such attempts, tho.