Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 9,384 for

mapimessage

(0.05 sec)
  1. 在 PST 文件中管理 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....extract_message() 获取联系人信息的方法 MapiMessage 类。 调用 MapiMessage.save() 方法将联系人保存为...aspose.email.mapi import MapiMessage # Load the MAPI message from...

    docs.aspose.com/email/zh/python-net/managing-ou...
  2. Convert EML to OST via Java | products.aspose.com

    Try the code sample to convert EML files to OST format in Java. Download Java API to take your email processing applications to the next level....Load the EML file using the MapiMessage.load() method, specifying...Load the EML file MapiMessage msg = MapiMessage. load ( "message...

    products.aspose.com/email/java/conversion/eml-t...
  3. Support for python3.13 for aspose_email_for_pyt...

    I want to ask you few questions as Your latest version of aspose_email_for_python_via_net-25.11-py3-none-manylinux1_x86_64.whl do support for python 3.13 and it is tested for it. right? Plus i am jumping from 22.12 to …... The method 'MapiMessage.from_stream` has been removed..., Yes, you are correct, MapiMessage.from_stream has been removed...

    forum.aspose.com/t/support-for-python3-13-for-a...
  4. 实用功能 - MailMessage|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 import MapiMessage , MailConversionOption ,...OutlookMessageFormat mapi_msg = MapiMessage . from_file ( data_dir +...

    docs.aspose.com/email/zh/python-net/utility-fea...
  5. Email extracted from PST fails to open in Outlo...

    We currently use Aspose.Email .NET in one of our applications to extract messages from PST files using the PersonalStorage.SaveMessageToStream method. Recently, a customer provided us with a PST containing email that, wh…...the customer’s PST with MapiMessage.Load and then re-save them...saving the message this way: MapiMessage message = pst.ExtractMessage(messageInfo);...

    forum.aspose.com/t/email-extracted-from-pst-fai...
  6. The message title, sender and receiver get lost...

    I use Aspose Email Java to convert a msg File to PDF file, the rendering result is good, however, only Email body get displayed, yet message title, sender and receiver disappear on PDF. Here it is the msg test file, bec…...following code: final MapiMessage msg = MapiMessage.fromMailMessage(emailFilename);...

    forum.aspose.com/t/the-message-title-sender-and...
  7. Why can Aspose Email shows 3 Attachment files i...

    I have such a test Email: gurkovtest.zip (40,9 KB) and I use following code: final Mapimessage msg = Mapimessage.fromMailMessage(emailFilename); final String dataDir = "./AsposeTemp/"; Files.createDirecto…...following code: final MapiMessage msg = MapiMessage.fromMailMessage(emailFilename);...

    forum.aspose.com/t/why-can-aspose-email-shows-3...
  8. Managing Follow-Up and Due Dates for Outlook MS...

    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...

    docs.aspose.com/email/net/managing-follow-up-an...
  9. Working with Large PST 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....(ExtractProperty), // extract a MapiMessage (ExtractMessage), // extarct...

    docs.aspose.com/email/net/working-with-large-ps...
  10. Managing Contacts in PST 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....to get the MapiMessage object. Call the MapiMessage.Save() method...to get the MapiMessage object. Call the MapiMessage.ToMapiMessageItem()...

    docs.aspose.com/email/net/managing-contacts-in-...