Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 11,555 for

msg loading

(0.29 sec)
  1. Convert HTML to OST via Java | products.aspose.com

    Try the code sample to convert HTML files to OST format in Java. Download Java API to take your email processing applications to the next level....message content from an HTML file, load data from an OST file, and add...PersonalStorage.fromFile() method. Load the HTML content as a MAPI message...

    products.aspose.com/email/java/conversion/html-...
  2. Supported File Formats|Documentation

    Supported File Formats of Email C++ library include Msg, PST, OST, EML, MBOX, OFT, ICS and others...Hide ] Format Description Load Save MSG This format is used by Microsoft...

    docs.aspose.com/email/cpp/supported-file-formats/
  3. Convert OST to TIFF via C# | products.aspose.com

    Sample code for OST to TIFF C# conversion. Use API example code for batch OST files to TIFF conversion within VB.NET, Asp.NET or any .NET based application....involving just a few steps to load, read and save messages to the....NET programmers can easily load & convert OST files to TIFF...

    products.aspose.com/email/net/conversion/ost-to...
  4. Read Outlook PST Files in Node.js via .NET | pr...

    Read PST Files Open PST Files & Extract Email Data in Node.js Open and read PST files in JavaScript, accessing emails......NET // Load the Aspose.Email library const...require( '@aspose/email' ); // Load the PST file const pst = ae...

    products.aspose.com/email/nodejs-net/reading-ps...
  5. Edit or View OST Document Metadata via C++ | pr...

    C++ example code to edit or view OST file metadata on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit.... Load the OST file via MapiMessage::FromFile...Extract Metadata of OST - C++ // Load from file System::SharedPtr<MapiMessage>...

    products.aspose.com/email/cpp/metadata/ost/
  6. Update and Save an Email in Python|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....Code \ # Initialize and Load an existing MSG file by specifying the...mailMessage . load ( self . dataDir + "Message.msg" ) \ # Initialize...

    docs.aspose.com/email/java/update-and-save-an-e...
  7. Working with Tasks on Exchange Server|Documenta...

    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....code snippet shows you how to load a task request message from...Exchange Tasks to disc in Outlook MSG format. The following code snippet...

    docs.aspose.com/email/cpp/working-with-tasks-on...
  8. Issues in Parsing a PST File - Free Support For...

    Hi Team we encountered below issues in few of the PST Files which we tried to read via both Java and Dotnet. Unread count shown is incorrect: The folder has a total of 6 mails only but the unread count property of Fol…...Pst; // Load the PST file using (PersonalStorage...messageInfo.getSubject()); MapiMessage msg = pst.extractMessage(messageInfo);...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  9. Convert OLM to VCF via C# | products.aspose.com

    Sample code for OLM to VCF C# conversion. Use API example code for batch OLM files to VCF conversion within VB.NET, Asp.NET or any .NET based application....NET programmers can easily load & convert OLM files to VCF in...of code. Load source EML file using MailMessage.Load Set SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  10. 创建 HTML 文档 – 在 Java 中创建、加载 HTML

    了解如何使用 Aspose.HTML for Java 从文件、流、URL 中加载 HTML 文档,或从头开始创建 HTML。考虑加载 HTML 文档的方法。...以下代码片段展示了如何从现有文件加载 : Copy 1 // Load HTML from a file using Java...Java 2 3 // Prepare the "load-from-file.html" file 4 try (java. io...

    docs.aspose.com/html/zh/java/create-a-document/