public boolean NewMessageRfc822(CkMime mimeObject) {
   return chilkatJNI.CkMime_NewMessageRfc822(
       swigCPtr, this, CkMime.getCPtr(mimeObject), mimeObject);
 }
 public boolean AppendPart(CkMime mime) {
   return chilkatJNI.CkMime_AppendPart(swigCPtr, this, CkMime.getCPtr(mime), mime);
 }