Description
-
Holds email address that should finally receive the message.
Property type
-
A String value.
Syntax
-
object.ToEmail [= value]
The ToEmail Property syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Rec. |
value |
A String value. |
Remarks
-
This property holds information (if provided) about email address
that should finally receive the message, if such information was
found inside 'Received' header. If no such information is found,
this property will return empty string.
|