Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 20,475 for

msg

(0.04 sec)
  1. Convert OLM to ICS via C# | products.aspose.com

    Sample code for OLM to ICS C# conversion. Use API example code for batch OLM files to ICS conversion within VB.NET, Asp.NET or any .NET based application....( var msg in folder.EnumerateMapiMessage()) { if (msg.SupportedType...mapiCalendarItem = (MapiCalendar)msg.ToMapiMessageItem(); // save...

    products.aspose.com/email/net/conversion/olm-to...
  2. Creating an Outlook Contact in Aspose.Email|Doc...

    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....Creating an Outlook Message (MSG) File in Aspose.Email Subscribe...

    docs.aspose.com/email/net/creating-an-outlook-c...
  3. Convert OLM to MHTML via C# | products.aspose.com

    Sample code for OLM to MHTML C# conversion. Use API example code for batch OLM files to MHTML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in mhtml format msg.Save( $"{msg.Subject}.mhtml" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  4. Convert OLM to HTML via C# | products.aspose.com

    Sample code for OLM to HTML C# conversion. Use API example code for batch OLM files to HTML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in html format msg.Save( $"{msg.Subject}.html" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  5. Update and Save an Email in Ruby|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....Initialize and Load an existing MSG file by specifying the MessageFormat... load ( data_dir + "Message.msg" ) \ # Initialize a String variable...

    docs.aspose.com/email/java/update-and-save-an-e...
  6. Convert WORD to MBOX in Python | products.aspos...

    Save WORD to MBOX within Python applications without using Microsoft Word or Outlook...email formats, including EML, MSG, and MHTML. It also provides...(MIME HTML) Convert WORD to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  7. Aspose.Email Java for IntelliJ IDEA - Maven|Doc...

    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....provides classes to read and update MSG,EML,EMLX,OFT files, add/remove...update subject, body and other MSG file properties. Aspose.Email...

    docs.aspose.com/email/java/aspose-email-java-fo...
  8. File Format & Document Solutions for Developers...

    Build document manipulation applications using High Code or Low Code APIs, or simply use cross-platform apps to view, compare, inspect or convert 100+ file formats. Explore Aspose, the leading provider of document processing APIs and software solutions....convert DOC, DOCX, PPT, PPTX, EML, MSG and 3D formats using Python library...platform, supporting Outlook MSG, EML, and MHTML message formats...

    products.aspose.com/total/
  9. Convert PST to HTML via Java | products.aspose.com

    Try the code sample to convert PST files to HTML format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage...setUseRelativePathTo ( true ); msg. save (htmlFilePath, htmlSaveOptions);...

    products.aspose.com/email/java/conversion/pst-t...
  10. Convert OLM to MBOX via C# | products.aspose.com

    Sample code for OLM to MBOX C# conversion. Use API example code for batch OLM files to MBOX conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...storage writer.WriteMessage(msg.ToMailMessage( new MailConversionOption()));...

    products.aspose.com/email/net/conversion/olm-to...