Interface AddressListField
-
- All Superinterfaces:
Field
,ParsedField
- All Known Implementing Classes:
AddressListFieldImpl
,AddressListFieldLenientImpl
public interface AddressListField extends ParsedField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressList
getAddressList()
-
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getNameLowerCase, getRaw
-
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
bodyDescriptionField, getParseException, isValidField
-
-
-
-
Method Detail
-
getAddressList
AddressList getAddressList()
-
-