Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,432 for

mapi

(0.07 sec)
  1. 在 MSG 中使用投票选项和反应|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) 格式(Microsoft Outlook 常用)的电子邮件。通过使用...方法的 FollowUpManager 该类允许您检索 MAPI 消息的反应列表,便于分析用户参与度。下面的代码示例演示...

    docs.aspose.com/email/zh/net/working-with-votin...
  2. 获取 Microsoft Exchange Server 邮箱收件箱文件夹的邮件列表|Docu...

    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/zh/java/getting-list-of-m...
  3. Manage Calendar & Meeting Requests with Exchang...

    Learn how to create, send, update, list, and manage meeting requests and calendar items in Exchange Web Services (EWS) using Aspose.Email for C++....Email allows you to fetch custom MAPI properties from calendar items...

    docs.aspose.com/email/cpp/manage-calendar-items...
  4. Product 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.... Access the MAPI properties associated with the...

    docs.aspose.com/email/androidjava/product-overv...
  5. Convert OST to MSG via Java | products.aspose.com

    Try the code sample to convert OST files to MSG format in Java. Download Java API to take your email processing applications to the next level....MapiMessage mapi = ost. extractMessage (msgInfo); mapi. save ( "DestFolder\\"...

    products.aspose.com/email/java/conversion/ost-t...
  6. Convert OFT to PST via Java | products.aspose.com

    Try the code sample to convert OFT files to PST format in Java. Download Java API to take your email processing applications to the next level.... Add the MAPI message (oft) to the Inbox folder...load (oftFilePath); // Add the MAPI message to the Inbox folder...

    products.aspose.com/email/java/conversion/oft-t...
  7. Convert MSG to PST via Java | products.aspose.com

    Try the code sample to convert MSG files to PST format in Java. Download Java API to take your email processing applications to the next level.... Add the loaded MAPI message to the ‘Inbox’ folder...load (msgFilePath); // Add the MAPI message to the Inbox folder...

    products.aspose.com/email/java/conversion/msg-t...
  8. 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.... Load the HTML content as a MAPI message using the MapiMessage...FolderInfo class. Add the loaded MAPI message to the “Inbox” folder...

    products.aspose.com/email/java/conversion/html-...
  9. Convert PST to MSG via Java | products.aspose.com

    Try the code sample to convert PST files to MSG format in Java. Download Java API to take your email processing applications to the next level....MapiMessage mapi = pst. extractMessage (msgInfo); mapi. save ( "DestFolder\\"...

    products.aspose.com/email/java/conversion/pst-t...
  10. Search MSG document without opening via .NET | ...

    C# source code to search words with pattern in MSG file on .NET Framework, .NET Core, and Xamarin Platforms....Applications Programming Interface (MAPI). Read More Other Supported...

    products.aspose.com/email/net/search/msg/