Set the parent of this BodyPart to be the specified Multipart . Normally called by Multipart 's addBodyPart method. parent may be null if the BodyPart is being removed from its containing Multipart</code
(Multipart parent)
| 55 | * @since JavaMail 1.1 |
| 56 | */ |
| 57 | void setParent(Multipart parent) { |
| 58 | this.parent = parent; |
| 59 | } |
| 60 | } |