Uses of Class
javax.mail.internet.InternetAddress

Packages that use InternetAddress
com.sun.mail.smtp An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. 
javax.mail.internet Classes specific to Internet mail systems. 
 

Uses of InternetAddress in com.sun.mail.smtp
 

Fields in com.sun.mail.smtp declared as InternetAddress
protected  InternetAddress SMTPSendFailedException.addr
           
protected  InternetAddress SMTPAddressSucceededException.addr
           
protected  InternetAddress SMTPAddressFailedException.addr
           
 

Methods in com.sun.mail.smtp that return InternetAddress
 InternetAddress SMTPAddressSucceededException.getAddress()
          Return the address that succeeded.
 InternetAddress SMTPAddressFailedException.getAddress()
          Return the address that failed.
 

Constructors in com.sun.mail.smtp with parameters of type InternetAddress
SMTPAddressFailedException(InternetAddress addr, java.lang.String cmd, int rc, java.lang.String err)
          Constructs an SMTPAddressFailedException with the specified address, return code, and error string.
SMTPAddressSucceededException(InternetAddress addr, java.lang.String cmd, int rc, java.lang.String err)
          Constructs an SMTPAddressSucceededException with the specified address, return code, and error string.
 

Uses of InternetAddress in javax.mail.internet
 

Methods in javax.mail.internet that return InternetAddress
 InternetAddress[] InternetAddress.getGroup(boolean strict)
          Return the members of a group address.
static InternetAddress InternetAddress.getLocalAddress(Session session)
          Return an InternetAddress object representing the current user.
static InternetAddress[] InternetAddress.parse(java.lang.String addresslist)
          Parse the given comma separated sequence of addresses into InternetAddress objects.
static InternetAddress[] InternetAddress.parse(java.lang.String addresslist, boolean strict)
          Parse the given sequence of addresses into InternetAddress objects.
static InternetAddress[] InternetAddress.parseHeader(java.lang.String addresslist, boolean strict)
          Parse the given sequence of addresses into InternetAddress objects.