Modifier and Type | Method and Description |
---|---|
MIMEPart |
MIMEMessage.getPart(int index)
Creates nth attachment lazily.
|
MIMEPart |
MIMEMessage.getPart(String contentId)
Creates a lazy attachment for a given Content-ID.
|
Modifier and Type | Method and Description |
---|---|
List<MIMEPart> |
MIMEMessage.getAttachments()
Gets all the attachments by parsing the entire MIME message.
|
Copyright © 2019 Oracle Corporation. All rights reserved.