Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 13,083 for

msg loading

(0.17 sec)
  1. Working with Outlook Calendar Items in Aspose.E...

    Manage Outlook calendar items in C++: create and save events, set reminders, handle attachments, and read meeting attendee status.... Save Calendar as MSG The following code sample demonstrates...a calendar appointment as a MSG file. Add a Display Reminder...

    docs.aspose.com/email/cpp/working-with-outlook-...
  2. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...load(inputFile.getAbsolutePath());...equalsIgnoreCase(extension, "msg")) { try (InputStream msgInput...

    forum.aspose.com/t/cutting-off-right-side-after...
  3. Convert OST to ICS via Java | products.aspose.com

    Try the code sample to convert OST files to ICS format in Java. Download Java API to take your email processing applications to the next level....calendar item extracted from the loaded MapiMessage. It provides properties...folder using a for loop and msg variable. Inside the loop, check...

    products.aspose.com/email/java/conversion/ost-t...
  4. Create and Organize PST Files in Python|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....variable and create an empty MSG list to load each file as a MapiMessage...MapiMessage. Append each loaded message to the msg_list . The code sample...

    docs.aspose.com/email/python-net/create-new-pst...
  5. Handling of duplicate Headers in EML files - Fr...

    The EDRM DupeID project requires that if an email has multiple “Message-ID” headers, only the first one should be used. Some experiments indicate that Aspose.Email (.NET) makes only the last value available, and there d…...you use to load the EML file (e.g., MailMessage.Load , LoadFromFile...2nd value: using var msg = MailMessage.Load(“My Gmail 2021-07-03-22116...

    forum.aspose.com/t/handling-of-duplicate-header...
  6. Working with Attachments and Embedded Objects|D...

    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.... Load attachment into the Attachment...setBody ( "This is body" ); // Load an attachment Attachment attachment...

    docs.aspose.com/email/java/working-with-attachm...
  7. Working with Messages in a PST File|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....file that you have created or loaded. This article adds two messages...of the FolderInfo class and load it with the contents of the...

    docs.aspose.com/email/java/working-with-message...
  8. 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...
  9. Convert MBOX to OST via Java | products.aspose.com

    Try the code sample to convert MBOX files to OST format in Java. Download Java API to take your email processing applications to the next level.... Load the mbox file using MboxStorageReader...using folderInfo.addMessage(msg) . System Requirements Before...

    products.aspose.com/email/java/conversion/mbox-...
  10. Converting Email Messages in Ruby|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....for Ruby , call convert_eml_to_msg method of Converter module. Here...Ruby Code def convert_eml_to_msg () data_dir = File . dirname...

    docs.aspose.com/email/java/converting-email-mes...