Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 20,556 for

msg

(0.07 sec)
  1. Convert DOC to OST in Python | products.aspose.com

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

    products.aspose.com/total/python-net/conversion...
  2. Compare PST Files via .NET | products.aspose.com

    C# source code to compare PST 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/pst/
  3. Latest topics - Free Support Forum - aspose.com

    Get FREE technical support for Aspose APIs from our developers using free support forum....2026 API hangs on converting MSG to MHTML (C# .NET) Aspose.Email...

    forum.aspose.com/latest
  4. Working with Folders on IMAP Server|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....Create a message MailMessage msg = new MailMessage ( "user@domain1...getCurrentFolder (). getName (), msg ); Add Multiple Messages with...

    docs.aspose.com/email/java/working-with-folders...
  5. Convert PDF to PST in Python | products.aspose.com

    Save PDF to PST 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...
  6. Priority parameter not working with New Outlook...

    Hi there! I am using Aspose.Email version 25.2.0 in Openedge 12.8.9. I am making a basic MailMessage variable with IsBodyHtml set to True and I have set the priority tag parameter to MailPriority:High. The file is saved…... var msg = new MailMessage(); msg.From = "sender@domain..."sender@domain.com"; msg.To.Add("receiver@domain.com"); msg.Subject = "importance‑high";...

    forum.aspose.com/t/priority-parameter-not-worki...
  7. Convert PST to MBOX via C# | products.aspose.com

    Sample code for PST to MBOX C# conversion. Use API example code for batch PST files to MBOX conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in inboxFolder.EnumerateMapiMessage())...EnumerateMapiMessage()) { var eml = msg.ToMailMessage( new MailConversionOption());...

    products.aspose.com/email/net/conversion/pst-to...
  8. PST | Not able to convert .ics files to PST | P...

    Not able to convert .ics file to PST format using aspose lib getting below error. C:\Users\Tejas>python calendarissue.py Traceback (most recent call last): File “mailissue.py”, line 57, in run() File “mailissue.py”,…...msg as msg from aspose.email.mapi import...

    forum.aspose.com/t/pst-not-able-to-convert-ics-...
  9. Creating and Setting Contents of Emails in C++ ...

    To create and set contents of email in C++, use MailMessage class that can create and save the mail message into different formats like EML, Msg and MHTML....different formats like EML, MSG and MHTML. Steps: Create New...

    docs.aspose.com/email/cpp/creating-and-setting-...
  10. Convert VCF to HTML via C# | products.aspose.com

    Sample code for VCF to HTML C# conversion. Use API example code for batch VCF files to HTML conversion within VB.NET, Asp.NET or any .NET based application....VCF to HTML C# Conversion var msg = MapiContact.FromVCard( "contact...

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