Example usage for Java javax.mail.event TransportEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
Address[] | getInvalidAddresses() Return the addresses to which this message could not be sent. |
Address[] | getValidSentAddresses() Return the addresses to which this message was sent succesfully. |
Address[] | getValidUnsentAddresses() Return the addresses that are valid but to which this message was not sent. |