@ExperimentalApi @ParametersAreNonnullByDefault public static class MailImageInliner.InlinedEmailBody extends Object
BodyPart
's that represent the inlined image attachments, to use when constructing an email body.
Only useful as a return type for MailImageInliner
to contain both the html and the attachment parts.Modifier and Type | Method and Description |
---|---|
Iterable<javax.mail.BodyPart> |
getBodyParts()
Return the iterable of body parts that have been constructed with a content-id to unqiquely represent the
attachments
|
String |
getHtml()
Return the inlined HTML
|
Copyright © 2002-2021 Atlassian. All Rights Reserved.