getAddressList()
getAddressList(boolean $first = false) : mixed
Return the address list representation(s) for this header.
Parameters
boolean | $first | If true, return only the first element rather than the entire list. |
Returns
mixed —A Horde_Mail_Rfc822_List object (if $first is true) or an array of those objects.