Uses of Class
de.xima.fc.mdl.mail.data.BodyPartData
-
Packages that use BodyPartData Package Description de.xima.fc.interfaces.mail de.xima.fc.mail.impl.context de.xima.fc.mdl.mail -
-
Uses of BodyPartData in de.xima.fc.interfaces.mail
Methods in de.xima.fc.interfaces.mail that return types with arguments of type BodyPartData Modifier and Type Method Description List<BodyPartData>
IBaseMailData. getBodyParts()
-
Uses of BodyPartData in de.xima.fc.mail.impl.context
Methods in de.xima.fc.mail.impl.context with parameters of type BodyPartData Modifier and Type Method Description protected javax.mail.internet.MimeBodyPart
DefaultMailContext. buildBodyPart(BodyPartData body)
-
Uses of BodyPartData in de.xima.fc.mdl.mail
Fields in de.xima.fc.mdl.mail with type parameters of type BodyPartData Modifier and Type Field Description protected List<BodyPartData>
TextMailData. bodyParts
Methods in de.xima.fc.mdl.mail that return types with arguments of type BodyPartData Modifier and Type Method Description List<BodyPartData>
TextMailData. getBodyParts()
-