Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,745 for

mapi

(0.35 sec)
  1. Convert PST to MSG via C++ application | produc...

    Sample C++ conversion code for PST document to MSG format. Use example code for batch PST to MSG conversion within any C++ Application....System::SharedPtr<MapiMessage> mapi = personalStorage->ExtractM...mail::Outlook::MapiContact>(mapi->ToMapiMessageItem()); // Save...

    products.aspose.com/email/cpp/conversion/pst-to...
  2. Convert OST to EML via Java | products.aspose.com

    Try the code sample to convert OST files to EML format in Java. Download Java API to take your email processing applications to the next level.... Extract the MAPI message from the OST file using...extractMessage method. Save the extracted MAPI message as an EML file in the...

    products.aspose.com/email/java/conversion/ost-t...
  3. Working with Contacts in PST File|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....folder and then calling the add_mapi_message_item() method. The following...PersonalStorage from aspose.email.mapi import ContactSaveFormat # Load...

    docs.aspose.com/email/python-net/working-with-c...
  4. Extracting Messages From PST Files example - Fr...

    Hello, I running the example at: https://docs.aspose.com/email/python-net/working-with-messages-in-a-pst-file/#extracting-messages-form-pst-files using the example pst file provided Outlook.pst. i.e. from aspose.email…...mapi import MapiMessage dataDir =...messageInfo in messageInfoCollectio: mapi = pst.extract_message(messageInfo)...

    forum.aspose.com/t/extracting-messages-from-pst...
  5. Ինչպես փոխարկել Outlook էլփոստը TIFF-ի, օգտագոր...

    Այս փոքրիկ թեմայում մենք կկենտրոնանանք այն վրա, թե ինչպես փոխարկել Outlook Email-ը TIFF-ի, օգտագործելով Python-ը: Դուք ականատես կլինեք, որ էլփոստը TIFF Python-ի վրա հիմնված API-ին արտահանելու համար կարող է արդյունավետ օգտագործվել, և հավելվածը կարող է օգտագործվել Python-ի ցանկացած միջավայրում օպերացիոն համակարգերում, ինչպիսիք են Windows-ը կամ Linux-ը:...իմանալ Mapi կոնտակտ ստեղծելու մասին, տես ինչպես ստեղծել Mapi Contact...

    kb.aspose.com/hy/email/python/how-to-convert-ou...
  6. 在 PST 文件中使用消息|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....Email 库枚举和遍历 MAPI 邮件的结构化方法。它定义了两个辅助类: MapiMessageEnumerato...此方法有助于遍历和处理 MAPI 消息文件。 import os from aspose.email.mapi import MapiMessage...

    docs.aspose.com/email/zh/python-net/working-wit...
  7. 解析 Outlook 消息文件|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.... 获取 MAPI 消息的项目类型 Aspose.Email 提供了一个 MapiItemType...下面的代码示例演示了如何遍历文件夹中的消息,并根据消息的类型将每个 MAPI 消息转换为相应的 MAPI 项类型: for ( MessageInfo...

    docs.aspose.com/email/zh/java/parsing-outlook-m...
  8. Creating MapiCalendar in Aspose.Email - Free Su...

    I’m trying to create a MapiCalendar from fields of OLM calendar items , but it shows Win32 FileTime error . bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStor…...false; foreach (MapiMessage mapi in messages) // ✅ Correct type...type for v25.11 { try { if (mapi == null) continue; // ✅ Handle...

    forum.aspose.com/t/creating-mapicalendar-in-asp...
  9. Export Email|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.... GetNamespace ( "Mapi" ); object _missing = Type ...

    docs.aspose.com/email/net/export-email/
  10. 使用 MapiMessage 进行投票选项操作|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....dataDir = "outlook/" ; MapiMessage mapi = MapiMessage . fromFile ( dataDir...addVotingButton ( mapi , "Indeed!" ); mapi . save ( dataDir +...

    docs.aspose.com/email/zh/java/working-with-voti...