bBounce Object
BouncedEmailAddress Property
Returns the email address of the recipient that bounced. Returns empty string, if
the return value of the DoBounceCheck() Method
is 0 (zero).
Type: String
Syntax
sValue = bBounceX.BouncedEmailAddress
Remarks
This property is read-only. This property is populated after calling the
DoBounceCheck() Method.
You must call DoBounceCheck()
prior to accessing this property.
See Also
DoBounceCheck() Method