wodPop3 ActiveX Control - ToEmail Property
      
 

Description

Returns email of the recipient.


Property type

A String value.  


Syntax

object.ToEmail



The ToEmail Property syntax has these parts:

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

Remarks

ToEmail property will read recipient of the message (through To property), and try to return only email address, without the name.

Typically, full recipient header may look like this:

"Technical Support" <techsupport@weonlydo.com>

in which case ToEmail would return 'techsupport@weonlydo.com', without any quotes. To retrieve name, you can use ToName property.