Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 18,988 for

msg

(0.05 sec)
  1. Read corrupted PST/OST 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....messageIdList ) { try { MapiMessage msg = pst . extractMessage ( messageId...System . out . println ( "- " + msg . getSubject ()); } catch ( Exception...

    docs.aspose.com/email/java/read-corrupted-pst-o...
  2. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample to convert OLM files to HTML format in Java. Download Java API to take your email processing applications to the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...message in HTML format msg. save (msg. getSubject () + ".html"...

    products.aspose.com/email/java/conversion/olm-t...
  3. Convert OLM to MHTML via Java | products.aspose...

    Try the code sample to convert OLM files to MHTML format in Java. Download Java API to take your email processing applications to the next level....the folder for (MapiMessage msg : folder. enumerateMapiMessage...message in MHTML format msg. save (msg. getSubject () + ".mhtml"...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert MBOX to PST via Java | products.aspose.com

    Try the code sample to convert MBOX files to PST format in Java. Download Java API to take your email processing applications to the next level....addMessage(msg) . System Requirements Before...enumerateMessages ()) { MapiMessage msg = MapiMessage. fromMailMessage...

    products.aspose.com/email/java/conversion/mbox-...
  5. Receive Emails via IMAP with Python Email API |...

    Effortlessly receive emails in Python via IMAP. Streamline email management and secure communications with a powerful library....select_folder( "Inbox" ) for msg in client . list_messages():..."Subject: { msg . subject } " ) print ( f "From: { msg . from_address...

    products.aspose.com/email/python-net/receive-em...
  6. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...OrdinalIgnoreCase; string msg; string MsgActivityLevel; string...if (!File.Exists(docPath)) { msg = $@"The text report file {docPath}...

    forum.aspose.com/t/the-image-aspose-cell-captur...
  7. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …... MapiMessage msg = pst.extractMessage(messageInfo...put("textBody", msg.getBody()); msgJson.put("fromAddress", msg.getSenderEmailAddres());...

    forum.aspose.com/t/how-to-get-the-following-val...
  8. Convert MBOX to MBOX in Python | products.aspos...

    Save MBOX to MBOX within Python applications without using Microsoft Word or Outlook...(Email Mailbox File) Convert MSG to MSG (Outlook Message Item File)...

    products.aspose.com/total/python-net/conversion...
  9. Aspose.Email Java for Jython|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....provides classes to read and update MSG,EML,EMLX,OFT files, add/remove...update subject, body and other MSG file properties. Aspose.Email...

    docs.aspose.com/email/java/aspose-email-java-fo...
  10. MapiMessageItem Save Issue - Free Support Forum...

    Hello, I use MapiMessage.Load to load Msg file which is DistList Then cast it to MapiDistributionList Now, when I save it using MapiDistributionList.Save the result is deformed in message body + attachments, all lost… …...Load to load MSG file which is DistList Then cast...

    forum.aspose.com/t/mapimessageitem-save-issue/2...