Uses of Class
javax.mail.internet.InternetAddress

Packages that use InternetAddress
javax.mail.internet   
 

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 representing the current user.
static InternetAddress[] InternetAddress.parse(String addresses)
          Parse addresses out of the string with basic checking.
static InternetAddress[] InternetAddress.parse(String addresses, boolean strict)
          Parse addresses out of the string.
static InternetAddress[] InternetAddress.parseHeader(String addresses, boolean strict)
          Parse addresses out of the string.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.