Package | Description |
---|---|
javax.mail | |
javax.mail.internet |
Modifier and Type | Method and Description |
---|---|
BodyPart |
MultipartDataSource.getBodyPart(int index) |
BodyPart |
Multipart.getBodyPart(int index)
Get the specified part; numbering starts at zero.
|
Modifier and Type | Method and Description |
---|---|
void |
Multipart.addBodyPart(BodyPart part)
Add a part to the end of the list.
|
void |
Multipart.addBodyPart(BodyPart part,
int pos)
Insert a part into the list at a designated point; all subsequent parts move down
|
boolean |
Multipart.removeBodyPart(BodyPart part)
Remove the supplied part from the list.
|
Modifier and Type | Class and Description |
---|---|
class |
MimeBodyPart |
class |
PreencodedMimeBodyPart |
Modifier and Type | Method and Description |
---|---|
BodyPart |
MimeMultipart.getBodyPart(int part) |
BodyPart |
MimeMultipart.getBodyPart(String cid) |
Copyright © 2013. All rights reserved.