Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,178 for

msg to mhtml

(0.04 sec)
  1. Convert MBOX to OST via Java | products.aspose.com

    Try the code sample To convert MBOX files To OST format in Java. Download Java API To take your email processing applications To the next level....addMessage(msg) . System Requirements Before...enumerateMessages ()) { MapiMessage msg = MapiMessage. fromMailMessage...

    products.aspose.com/email/java/conversion/mbox-...
  2. Convert EML to OST via Java | products.aspose.com

    Try the code sample To convert EML files To OST format in Java. Download Java API To take your email processing applications To the next level....Load the EML file MapiMessage msg = MapiMessage. load ( "message..."Inbox" ); folderInfo. addMessage (msg); What is EML File Format? EML...

    products.aspose.com/email/java/conversion/eml-t...
  3. Convert OLM to EML via Java | products.aspose.com

    Try the code sample To convert OLM files To EML format in Java. Download Java API To take your email processing applications To the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...each message in EML format msg. save (msg. getSubject () + ".eml"...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert OLM to OFT via Java | products.aspose.com

    Try the code sample To convert OLM files To OFT format in Java. Download Java API To take your email processing applications To the next level....in OFT format by calling the msg.save() method with the message...the folder for (MapiMessage msg : folder. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/olm-t...
  5. Saving an Email as PDF|Documentation

    Class Libraries & REST APIs for the developers To manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, DeskTop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....convert the email message to the MHTML stream and then use Aspose.Words...Words for .NET to load the MHTML stream and then save it as PDF...

    docs.aspose.com/email/net/saving-an-email-as-pdf/
  6. Convert PST to ICS via Java | products.aspose.com

    Try the code sample To convert PST files To ICS format in Java. Download Java API To take your email processing applications To the next level....count = 1; for (MapiMessage msg : calendarFolder. enumerateMapiMessage..."Message" + count + ".ics" ; if (msg. getSupportedType () == MapiItemType...

    products.aspose.com/email/java/conversion/pst-t...
  7. Working with Outlook Tasks|Documentation

    Class Libraries & REST APIs for the developers To manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, DeskTop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Outlook tasks and save them to MSG format. The MapiTask class provides...information. Save the task to disc in MSG format. The following code snippet...

    docs.aspose.com/email/python-net/working-with-o...
  8. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample To convert OLM files To HTML format in Java. Download Java API To take your email processing applications To the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...message in HTML format msg. save (msg. getSubject () + ".html"...

    products.aspose.com/email/java/conversion/olm-t...
  9. Convert MBOX to PST via Java | products.aspose.com

    Try the code sample To convert MBOX files To PST format in Java. Download Java API To take your email processing applications To the next level....addMessage(msg) . System Requirements Before...enumerateMessages ()) { MapiMessage msg = MapiMessage. fromMailMessage...

    products.aspose.com/email/java/conversion/mbox-...
  10. Convert PST to OFT via Java | products.aspose.com

    Try the code sample To convert PST files To OFT format in Java. Download Java API To take your email processing applications To the next level....msg files in a specified destination...count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/pst-t...