Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 20,592 for

msg

(0.07 sec)
  1. 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....internet code page property prop = msg->get_Properties()->idx_get(M...and storage formats such as MSG, EMLX, EML and MHT. Handling...

    products.aspose.com/email/cpp/metadata/ost/
  2. 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....Exchange Tasks to disc in Outlook MSG format. The following code snippet...

    docs.aspose.com/email/cpp/working-with-tasks-on...
  3. Convert OLM to MBOX via Java | products.aspose.com

    Try the code sample to convert OLM files to MBOX format in Java. Download Java API to take your email processing applications to the next level....writeMessage(msg.toMailMessage(new MailConversionOption()))...the folder for (MapiMessage msg : folder. enumerateMapiMessage...

    products.aspose.com/email/java/conversion/olm-t...
  4. 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…...getSubject()); MapiMessage msg = pst.extractMessage(messageInfo);...println("Attachments count: " + msg.getAttachments().size()); for...

    forum.aspose.com/t/issues-in-parsing-a-pst-file...
  5. Google Contacts Management in .NET Applications...

    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....various output formats such as MSG and VCF. The Save method provides...

    docs.aspose.com/email/net/manage-google-contacts/
  6. Aspose.Email for Python

    该 API 允许您在 Python 代码中对 PowerPoint 文件进行各种操作,包括创建、编辑和转换等。...PST 文件 如何使用 Python 将 EML 转换为 MSG 如何在 Python 中使用 SMTP 发送电子邮件 简体中文...

    kb.aspose.com/zh/email/python/
  7. Installing Aspose.Email for SharePoint|Document...

    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....attachments extraction from EML and MSG files in a document library....

    docs.aspose.com/email/sharepoint/installing-asp...
  8. Convert MHTML to OST via Java | products.aspose...

    Try the code sample to convert MHTML files to OST format in Java. Download Java API to take your email processing applications to the next level....Load the MHTML file MapiMessage msg = MapiMessage. load (mhtmlFilePath...folder folderInfo. addMessage (msg); What is MHTML File Format?...

    products.aspose.com/email/java/conversion/mhtml...
  9. Convert PST to MHTML via Java | products.aspose...

    Try the code sample to convert PST files to MHTML format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inbox. enumerateMapiMessage..."Message" + count + ".mhtml" ; msg. save (mhtmlFilePath, SaveOptions...

    products.aspose.com/email/java/conversion/pst-t...
  10. Convert PST to MBOX via Java | products.aspose.com

    Try the code sample to convert PST files to MBOX format in Java. Download Java API to take your email processing applications to the next level....count = 1; for (MapiMessage msg : inboxFolder. enumerateMapiMessage...enumerateMapiMessage ()) { MailMessage eml = msg. toMailMessage ( new MailConversionOption());...

    products.aspose.com/email/java/conversion/pst-t...