Hi
Is it possible to use this library to attach files with MHTML when converting email to message?
Hi
Hi Michael,
MailMessage msg = MailMessage.Load(@“TestSubject.msg”, new MsgLoadOptions());<o:p></o:p>
MhtSaveOptions mhtSaveOptions = new MhtSaveOptions();
mhtSaveOptions.MhtFormatOptions = MhtFormatOptions.RenderCalendarEvent | MhtFormatOptions.WriteOutlineAttachments;
msg.Save(@"TestSubject.mht", Aspose.Email.Mail.SaveOptions.DefaultMhtml);