Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 29,723 for

msg

(0.27 sec)
  1. Convert PDF to OFT in Python | products.aspose.com

    Save PDF to OFT within Python applications without using Microsoft Word or Outlook...MHTML (MIME HTML) Convert PDF to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  2. Load Spreadsheet with GridJs and Flask|Document...

    Step‑by‑step guide to load an Excel spreadsheet using Aspose.Cells GridJs with a Flask backend....updateCellError ( msg => console . error ( msg )); // Hide the...

    docs.aspose.com/cells/python-net/aspose-cells-g...
  3. ICS Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display ICS documents on .NET Framework, .NET Core, and Xamarin Platforms....convert emails in formats such as MSG, EML, EMLX, MHT, and HTML. Advanced...

    products.aspose.com/email/net/viewer/ics/
  4. Generate Reports in PST Files via Java | produc...

    Java sample code to create PST format reports on Java Runtime Environment for JSP/JSF Application and Desktop Applications....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/java/assembly/pst/
  5. Aspose.Email produces MHtml file with cutoff te...

    Hello, In the attached zip there are two files. One of them is the input EML file and the other is the MHtml, which is produced using Aspose.Email. The text on the third page is cutoff and cannot be read correctly. It i…... // Load the EML var msg = MailMessage.Load("input.eml");...(preserves line breaks) if (!msg.IsBodyHtml) { var html = $"<pre...

    forum.aspose.com/t/aspose-email-produces-mhtml-...
  6. Convert OST to ICS via C# | products.aspose.com

    Sample code for OST to ICS C# conversion. Use API example code for batch OST files to ICS conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in calendarFolder.EnumerateMapiMessage())...$"Message{count}.ics" ); if (msg.SupportedType == MapiItemType...

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

    Sample code for OST to OFT C# conversion. Use API example code for batch OST files to OFT conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in inboxFolder.EnumerateMapiMessage())...y, $"Message{count}.oft" ); msg.Save( "template.oft" , SaveOptions...

    products.aspose.com/email/net/conversion/ost-to...
  8. Getting Error Aspose Total temporary license - ...

    Hello, i use Aspose Total temporary license for testing but i getting error to showing all ost file mails. Can anyone help me to fix this error....GetContents()) { MapiMessage msg = pst.ExtractMessage(msgInfo);...display subject Console.WriteLine(msg.Subject); } Key points What to...

    forum.aspose.com/t/getting-error-aspose-total-t...
  9. Convert PST to HTML via C# | products.aspose.com

    Sample code for PST to HTML C# conversion. Use API example code for batch PST files to HTML conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in inbox.EnumerateMapiMessage())...UseRelativePathToRes = true }; msg.Save(htmlFilePath, htmlSaveOptions);...

    products.aspose.com/email/net/conversion/pst-to...
  10. Convert RTF to ICS in Python | products.aspose.com

    Save RTF to ICS within Python applications without using Microsoft Word or Outlook...MHTML (MIME HTML) Convert RTF to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...