Default constructor.
public BodyPart();
Constructor that takes an initial byte string argument.
public BodyPart(ByteString);
Copy constructor.
public BodyPart(BodyPart);
BodyPart Class | Hunny.Mime Namespace