Package | Description |
---|---|
org.simplejavamail.email |
Modifier and Type | Method and Description |
---|---|
List<AttachmentResource> |
EmailPopulatingBuilder.getAttachments() |
List<AttachmentResource> |
Email.getAttachments() |
List<AttachmentResource> |
EmailPopulatingBuilder.getEmbeddedImages() |
List<AttachmentResource> |
Email.getEmbeddedImages() |
Modifier and Type | Method and Description |
---|---|
EmailPopulatingBuilder |
EmailPopulatingBuilder.withAttachments(List<AttachmentResource> attachments)
Delegates to
EmailPopulatingBuilder.withAttachment(String, DataSource) for each attachment. |
EmailPopulatingBuilder |
EmailPopulatingBuilder.withEmbeddedImages(List<AttachmentResource> embeddedImages)
Delegates to
EmailPopulatingBuilder.withEmbeddedImage(String, DataSource) for each embedded image. |
Copyright © 2019. All rights reserved.