Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 29,611 for

msg

(0.24 sec)
  1. Compare OST Files via .NET | products.aspose.com

    C# source code to compare OST documents for differences on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/net/comparison/ost/
  2. Convert OST to VCF via C# | products.aspose.com

    Sample code for OST to VCF C# conversion. Use API example code for batch OST files to VCF conversion within VB.NET, Asp.NET or any .NET based application....var msg in contactFolder.EnumerateMapiMessage()) { if (msg.SupportedType...); var contact = (MapiContact)msg.ToMapiMessageItem(); contact...

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

    Sample code for OST to HTML C# conversion. Use API example code for batch OST 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/ost-to...
  4. 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...
  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 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...
  7. Chat history structure|Documentation

    ChatMessage type reference in Aspose.LLM for .NET — roles, media attachments, and KV cache tracking fields used to locate and evict messages from the native KV region....jpg" )); var msg = ChatMessage . CreateUserMessage...

    docs.aspose.com/llm/net/developer-reference/cha...
  8. 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...
  9. Create Appointment Schedules for Outlook in Nod...

    Automate Outlook calendar scheduling in Node.js. Create, configure, and save appointments as ICS files using a powerful API for .NET by Aspose.Email....popular email formats (like MSG, EML, and MHTML) - from email...

    products.aspose.com/email/nodejs-net/appointmen...
  10. Convert PDF to EMAIL in Python | products.aspos...

    Save PDF to EMAIL 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...