I have a Zend_Mail Object.
Zend_Mail
Is there any way to get the To address value from this object?
To
You could use the getRecipients() method:
$mailObj->getRecipients();
http://framework.zend.com/apidoc/1.7/Zend_Mail/Zend_Mail.html#getRecipients