Java javax.mail.event TransportEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.event TransportEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.event TransportEvent.

The text is from its open source code.

Method

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.