|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressList | |
|---|---|
| org.apache.james.mime4j.field | |
| org.apache.james.mime4j.field.address | |
| org.apache.james.mime4j.message | |
| Uses of AddressList in org.apache.james.mime4j.field |
|---|
| Methods in org.apache.james.mime4j.field that return AddressList | |
|---|---|
AddressList |
AddressListField.getAddressList()
|
| Uses of AddressList in org.apache.james.mime4j.field.address |
|---|
| Methods in org.apache.james.mime4j.field.address that return AddressList | |
|---|---|
static AddressList |
AddressList.parse(java.lang.String rawAddressList)
Parse the address list string, such as the value of a From, To, Cc, Bcc, Sender, or Reply-To header. |
| Uses of AddressList in org.apache.james.mime4j.message |
|---|
| Methods in org.apache.james.mime4j.message that return AddressList | |
|---|---|
AddressList |
Message.getBcc()
Returns the value of the Bcc header field of this message as AddressList object or null if it is not
present. |
AddressList |
Message.getCc()
Returns the value of the Cc header field of this message as AddressList object or null if it is not
present. |
AddressList |
Message.getReplyTo()
Returns the value of the Reply-To header field of this message as AddressList object or null if it is not
present. |
AddressList |
Message.getTo()
Returns the value of the To header field of this message as AddressList object or null if it is not
present. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||