Uses of Class
de.xima.fc.mdl.mail.data.BodyPartData
Packages that use BodyPartData
-
Uses of BodyPartData in de.xima.fc.interfaces.mail
Methods in de.xima.fc.interfaces.mail that return types with arguments of type BodyPartData -
Uses of BodyPartData in de.xima.fc.mail.impl.context
Methods in de.xima.fc.mail.impl.context with parameters of type BodyPartDataModifier and TypeMethodDescriptionprotected javax.mail.internet.MimeBodyPartDefaultMailContext.buildBodyPart(BodyPartData body) -
Uses of BodyPartData in de.xima.fc.mdl.mail
Fields in de.xima.fc.mdl.mail with type parameters of type BodyPartDataModifier and TypeFieldDescriptionprotected List<BodyPartData> MailDataBuilder.bodyPartsprotected List<BodyPartData> TextMailData.bodyPartsMethods in de.xima.fc.mdl.mail that return types with arguments of type BodyPartDataMethods in de.xima.fc.mdl.mail with parameters of type BodyPartDataMethod parameters in de.xima.fc.mdl.mail with type arguments of type BodyPartDataConstructor parameters in de.xima.fc.mdl.mail with type arguments of type BodyPartDataModifierConstructorDescriptionprotectedTextMailData(String subject, javax.mail.Address[] to, javax.mail.Address[] reply, javax.mail.Address from, javax.mail.Address[] cc, javax.mail.Address[] bcc, boolean sendSeparateMails, IMailSecurityConfig securityConfig, List<BodyPartData> bodyParts, Map<String, String> headers)