Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 8,503 for

mapimessage

(0.1 sec)
  1. Manage Attachments in Outlook MSG Files Using A...

    Learn how to save, remove, and add attachments in Outlook MSG files using Aspose.Email for C++....are handled through the MapiMessage class, using its Attachments...file: Load the message using MapiMessage::Load . Iterate through the...

    docs.aspose.com/email/cpp/manage-outlook-msg-at...
  2. 处理消息附件|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....使用 MapiMessage 类的 Attachments 属性可以访问消息文...as ae msg = ae . mapi . MapiMessage . load ( "message.msg" )...

    docs.aspose.com/email/zh/python-net/working-wit...
  3. 加载和解析 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....MSG 文件,请使用静态方法 MapiMessage.Load 方法的 MapiMessage 类。该类为不同场景提供了多个静态加载函数。...类。该类为不同场景提供了多个静态加载函数。 要解析 MSG 文件内容, MapiMessage 公开了许多方法和属性。 在本文中,您将学习如何加载和解析...

    docs.aspose.com/email/zh/net/loading-and-parsin...
  4. 加载、查看和解析 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.... MapiMessage 该类用于加载 MSG 文件,并提供多种静态加载函...import MapiMessage # Create an instance of MapiMessage from file...

    docs.aspose.com/email/zh/python-net/loading-vie...
  5. 使用 Aspose.Email.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....Email-for-Java MapiMessage msg = new MapiMessage ( "sender@test...PreserveRtfContent MapiMessage mapi = MapiMessage . load ( "fileName"...

    docs.aspose.com/email/zh/java/managing-message-...
  6. 加载、查看和解析 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.... MapiMessage 类用于加载 MSG 文件,并提供多种静态加载函数...instance of MapiMessage from file MapiMessage msg = MapiMessage . fromFile...

    docs.aspose.com/email/zh/java/loading-viewing-a...
  7. Parsing Outlook Message Files in Jython|Documen...

    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 import MapiMessage class ParseOutlookMessageF...utlookMessageF/' mapiMessage = MapiMessage () outlook_message_file...

    docs.aspose.com/email/java/parsing-outlook-mess...
  8. Working with Follow Up and Due Date for Outlook...

    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....flag and due date for the MapiMessage objects using FollowUpManager...mapi message." ); MapiMessage mapi = MapiMessage . fromMailMessage...

    docs.aspose.com/email/java/working-with-follow-...
  9. Read Outlook Template File OFT|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....Office Outlook MapiMessage mapimessage = new MapiMessage (). fromMailMessage...fromMailMessage ( message ); mapimessage . setMessageFlags ( MapiMessageFlags...

    docs.aspose.com/email/java/read-outlook-templat...
  10. Creating and Saving MSG Files|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.... Call the MapiMessage class fromMailMessage method...MailMessage into a MapiMessage (MSG). Call the MapiMessage.save method...

    docs.aspose.com/email/java/creating-and-saving-...