MCPcopy Create free account
hub / github.com/M66B/FairEmail / setParent

Method setParent

app/src/main/java/javax/mail/BodyPart.java:57–59  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

55 * @since JavaMail 1.1
56 */
57 void setParent(Multipart parent) {
58 this.parent = parent;
59 }
60}

Callers 1

removeBodyPartMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected