Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 20,590 for

msg

(0.06 sec)
  1. Convert OFT to EML via Java | products.aspose.com

    Try the code sample to convert OFT files to EML format in Java. Download Java API to take your email processing applications to the next level....manipulate an email message stored in MSG format. The SaveOptions class...EMLX , ICS , MBOX , MHTML , MSG , OFT , OLM , OST , PST , VCF...

    products.aspose.com/email/java/conversion/oft-t...
  2. Features Overview|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....exporting calendar files to MSG format, facilitating smooth data...and saving Outlook messages in MSG format. Developers can use this...

    docs.aspose.com/email/net/features-overview/
  3. Convert ICS to ICS in Python | products.aspose.com

    Save ICS to ICS within Python applications without using Microsoft Word or Outlook...(Email Mailbox File) Convert MSG to MSG (Outlook Message Item File)...

    products.aspose.com/total/python-net/conversion...
  4. Create Email Signature in .NET | products.aspos...

    Learn how to programmatically create custom email signatures in EML files using C#. Simplify communication management and personalization....and storage formats such as MSG, EMLX, EML and MHT. Handling...Email Signatures Implementation MSG Outlook & Exchange Format Subscribe...

    products.aspose.com/email/net/create-email-sign...
  5. How to Add Watermark to EML Files in C# | produ...

    C# source code to add a watermark to EML file programmatically.... Remove watermark from MSG file - C# // Load the HTML body...with popular email formats like MSG, EML, EMLX, and MHT. It allows...

    products.aspose.com/email/net/watermark/eml/
  6. Convert OST to MHTML via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/ost-to...
  7. Programming Email Verification|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....eml, emlx, mht MAPI Formats: msg, oft Aspose.Email provides the...

    docs.aspose.com/email/java/programming-email-ve...
  8. Manage Exchange Server Tasks Using EWS in C#|Do...

    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....Exchange Tasks to disc in Outlook MSG format. The following code snippet...

    docs.aspose.com/email/net/manage-exchange-serve...
  9. Working with PST Password Protection Properties...

    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.... get_sub_folders (): for msg in folder . enumerate_messages...

    docs.aspose.com/email/python-net/working-with-p...
  10. How to Send Email in C++

    In this tutorial, we will explore how to send email in C++. You will learn how to send mail using SMTP client on Gmail Server using C++.... You can also send MSG format email message as well...

    kb.aspose.com/email/cpp/how-to-send-email-in-cpp/