wodPop3 ActiveX Control - ToName Property
      
 

Description

Returns name of the recipient.


Property type

A String value.  


Syntax

object.ToName



The ToName Property syntax has these parts:

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

Remarks

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

Typically, full recipient header may look like this:

"Technical Support" <techsupport@weonlydo.com>

in which case ToName would return 'Technical Support' expression, without any quotes. To retrieve email, you can use ToEmail property.