Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 6,239 for

mapimessage

(0.1 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. Convert PST to HTML via Java | products.aspose.com

    Try the code sample to convert PST files to HTML format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class provides developers...defines options for saving MapiMessage objects as HTML files. It...

    products.aspose.com/email/java/conversion/pst-t...
  5. Convert OST to VCF via Java | products.aspose.com

    Try the code sample to convert OST files to VCF format in Java. Download Java API to take your email processing applications to the next level.... The MapiMessage class provides developers...toMapiMessageItem method of the MapiMessage class. Save the contact as...

    products.aspose.com/email/java/conversion/ost-t...
  6. 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...
  7. 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...
  8. 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...
  9. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...FileInputStream(inputFile)) { MapiMessage mapi = MapiMessage.load(msgInput);...

    forum.aspose.com/t/content-is-still-being-slice...
  10. Msg to mhtml - the external image present in th...

    language: java21 library aspose-email:25.1 During msg to mhtml conversion , the external image present in this msg file is not visible in the output mhtml file. please help to fix this problem input Develop Softwar…...Code Example: MapiMessage mapiMessage = MapiMessage.load("test.msg");...sender).getContentId()); } }); mapiMessage.save("test.mht", so); divine1...

    forum.aspose.com/t/msg-to-mhtml-the-external-im...