Uses of Class
com.auxilii.msgparser.RecipientEntry

Packages that use RecipientEntry
com.auxilii.msgparser   
 

Uses of RecipientEntry in com.auxilii.msgparser
 

Fields in com.auxilii.msgparser with type parameters of type RecipientEntry
protected  List<RecipientEntry> Message.recipients
          A list containing all recipients for this message (which can be set in the 'to:', 'cc:' and 'bcc:' field, respectively).
 

Methods in com.auxilii.msgparser that return types with arguments of type RecipientEntry
 List<RecipientEntry> Message.getRecipients()
           
 

Methods in com.auxilii.msgparser with parameters of type RecipientEntry
 void Message.addRecipient(RecipientEntry recipient)
           
 

Method parameters in com.auxilii.msgparser with type arguments of type RecipientEntry
 void Message.setRecipients(List<RecipientEntry> recipients)
           
 



Copyright © 2007 Roman Kurmanowytsch