Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 17,609 for

msg

(0.14 sec)
  1. Convert OLM to MHTML via Java | products.aspose...

    Try the code sample to convert OLM files to MHTML 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 MHTML format msg. save (msg. getSubject () + ".mhtml"...

    products.aspose.com/email/java/conversion/olm-t...
  2. 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-...
  3. Read corrupted PST/OST files|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....messageIdList ) { try { MapiMessage msg = pst . extractMessage ( messageId...System . out . println ( "- " + msg . getSubject ()); } catch ( Exception...

    docs.aspose.com/email/java/read-corrupted-pst-o...
  4. MapiMessageItem Save Issue - Free Support Forum...

    Hello, I use MapiMessage.Load to load Msg file which is DistList Then cast it to MapiDistributionList Now, when I save it using MapiDistributionList.Save the result is deformed in message body + attachments, all lost… …...Load to load MSG file which is DistList Then cast...

    forum.aspose.com/t/mapimessageitem-save-issue/2...
  5. Working with Distribution Lists|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....be saved to disk in Outlook MSG format and can be viewed/manipulated...dlist = ( MapiDistributionList ) msg . toMapiMessageItem (); MapiDistributionList...

    docs.aspose.com/email/java/working-with-distrib...
  6. Convert EML to OST via C# | products.aspose.com

    Sample code for EML to OST C# conversion. Use API example code for batch EML files to OST conversion within VB.NET, Asp.NET or any .NET based application....)) { // Load the EML file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert EML to...

    products.aspose.com/email/net/conversion/eml-to...
  7. Convert HTML to OST via C# | products.aspose.com

    Sample code for HTML to OST C# conversion. Use API example code for batch HTML files to OST conversion within VB.NET, Asp.NET or any .NET based application....ost" )) { var msg = MapiMessage.Load( "content..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert HTML...

    products.aspose.com/email/net/conversion/html-t...
  8. Convert HTML to PST via C# | products.aspose.com

    Sample code for HTML to PST C# conversion. Use API example code for batch HTML files to PST conversion within VB.NET, Asp.NET or any .NET based application....AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "content...HtmlLoadOptions()); inbox.AddMessage(msg); } Free App to Convert HTML...

    products.aspose.com/email/net/conversion/html-t...
  9. 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...
  10. Supported File Formats|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....Format Description Load Save MSG This format is used by Microsoft...reading, writing, and modifying MSG files. PST It represents Outlook...

    docs.aspose.com/email/net/supported-file-formats/