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

msg

(0.07 sec)
  1. Convert WORD to EMAIL in Python | products.aspo...

    Save WORD to EMAIL within Python applications without using Microsoft Word or Outlook...email formats such as MIME, EML, MSG, and PST. It also provides features...(MIME HTML) Convert WORD to MSG (Outlook Message Item File) Convert...

    products.aspose.com/total/python-net/conversion...
  2. 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...
  3. 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...
  4. FormatException: System.FormatException: The he...

    Is there a way to diagnose which Header Name triggers it? How can I tell which one is it? The list of Headers: Received: DKIM-Signature: X-CSE-ConnectionGUID: X-CSE-MsgGUID: Message-Id: X-Amp-Result: Received: F…...None); var msg = new MailMessage(); foreach...Substring(idx + 1).Trim(); try { msg.Headers.Add(name, value); //...

    forum.aspose.com/t/formatexception-system-forma...
  5. Document Conversion via C++ | products.aspose.com

    Convert various document formats such as Word, Excel, PowerPoint, PDF, JSON, Images and more using C++ API....WORD EML to XPS EMLX to IMAGE MSG to DOC OFT to PDF CGM to DOC...

    products.aspose.com/total/cpp/conversion/
  6. Document Conversion via Python | products.aspos...

    Convert Microsoft Word Formats DOC, DOCX to PDF, Images and more as well as Presentation Slides, Email Messages and 3D Images just few lines of Python code....DOCX MBOX to PDF OST to IMAGE MSG to TIFF PST to JPEG OFT to GIF...

    products.aspose.com/total/python-net/conversion/
  7. View or Edit MBOX Files Metadata via .NET | pro...

    C# source code to edit or view MBOX format metadata on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/net/metadata/mbox/
  8. Search OST document without opening via .NET | ...

    C# source code to search words with pattern in OST file on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/net/search/ost/
  9. Convert VCF to MBOX via C# | products.aspose.com

    Sample code for VCF to MBOX C# conversion. Use API example code for batch VCF files to MBOX conversion within VB.NET, Asp.NET or any .NET based application....mbox" , false )) { var msg = MapiContact.FromVCard( "contact...GetUnderlyingMessage(); mbox.WriteMessage(msg.ToMailMessage( new MailConversionOption()));...

    products.aspose.com/email/net/conversion/vcf-to...
  10. Convert PST to MHTML via C# | products.aspose.com

    Sample code for PST to MHTML C# conversion. Use API example code for batch PST files to MHTML conversion within VB.NET, Asp.NET or any .NET based application....int count = 1 ; foreach ( var msg in inbox.EnumerateMapiMessage())... $"Message{count}.mhtml" ); msg.Save(mhtmlFilePath, SaveOptions...

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