Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 19,051 for

msg

(0.04 sec)
  1. Convert OFT to ICS via Java | products.aspose.com

    Try the code sample to convert OFT files to ICS format in Java. Download Java API to take your email processing applications to the next level....with Microsoft Outlook Message (MSG) files. It provides methods for...creating, modifying, and saving MSG files programmatically. Additionally...

    products.aspose.com/email/java/conversion/oft-t...
  2. Aspose.Email for SharePoint|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....message file formats, like: EML, MSG, MHT; mail storage formats as:...

    docs.aspose.com/email/sharepoint/
  3. Analyze email headers from EML files via .NET |...

    C# source code for email tracking and emails check from EML file on .NET Framework, .NET Core, and Xamarin Platforms....and storage formats such as MSG, EMLX, EML and MHT. Handling... Analyze email headers from MSG, TXT, EML files, and get IP location...

    products.aspose.com/email/net/headers/eml/
  4. Limitations and API Differences|Documentation

    C++ Email Parser Library has some differences as compared to its equivalent .NET version. This page contains information about all such functionality that is not available in the API....Receipts Creating TNEF emails form MSG files Detecting message type...

    docs.aspose.com/email/cpp/limitations-and-api-d...
  5. Convert EMLX to PST via C# | products.aspose.com

    Sample code for EMLX to PST C# conversion. Use API example code for batch EMLX files to PST conversion within VB.NET, Asp.NET or any .NET based application....AddSubFolder( "Inbox" ); var msg = MapiMessage.Load( "sourceFile...EmlxLoadOptions()); inbox.AddMessage(msg); } Free App to Convert EMLX...

    products.aspose.com/email/net/conversion/emlx-t...
  6. Convert OST to VCF via Java | products.aspose.com

    Try the code sample to convert OST files to VCF format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : contactFolder. enumerateMapiMessage...enumerateMapiMessage ()) { if (msg. getSupportedType () == MapiItemType...

    products.aspose.com/email/java/conversion/ost-t...
  7. Working with Distribution Lists|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....be saved to disk in Outlook MSG format and can be viewed/manipulated...dlist = ( MapiDistributionList ) msg . toMapiMessageItem (); MapiDistributionList...

    docs.aspose.com/email/java/working-with-distrib...
  8. How to Create a PST File in Python

    This short tutorial focuses on how to create a PST file in Python. You will get familiar with the process to create a new PST file in Python with the help of a few lines of code along with the option to insert different types of folders into it....converting an EML file to an MSG file in Python, refer to the...article on how to Convert EML to MSG using Python . Updated on 19...

    kb.aspose.com/email/python/how-to-create-a-pst-...
  9. Convert EMLX to OST via C# | products.aspose.com

    Sample code for EMLX to OST C# conversion. Use API example code for batch EMLX files to OST conversion within VB.NET, Asp.NET or any .NET based application....{ // Load the EMLX file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert EMLX...

    products.aspose.com/email/net/conversion/emlx-t...
  10. Convert EML to OST via C# | products.aspose.com

    Sample code for EML to OST C# conversion. Use API example code for batch EML files to OST conversion within VB.NET, Asp.NET or any .NET based application....)) { // Load the EML file var msg = MapiMessage.Load( "message..."Inbox" ); folderInfo.AddMessage(msg); } Free App to Convert EML to...

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