Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 13,083 for

msg loading

(0.09 sec)
  1. Step‑by‑Step Guide to Load a Spreadsheet with G...

    Detailed tutorial on using Aspose.Cells GridJs with a Spring Boot backend and a client‑side HTML/JavaScript UI to load, edit, and download Excel files....to Load a Spreadsheet with GridJs Contents [ Hide ] Load a Spreadsheet...GridJs controller endpoints for loading spreadsheets, updating cells...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  2. Converting email to pdf - cutting off right sid...

    I’m having difficulty in converting an email to pdf format when it has embedded images. That is, when an email has embedded images and their sizes differ, right side of the larger image is being cut off. Is there any wa…...Load(emailMSG, msgLoadOptions); string...@Senth Can you please save the MSG to MHTML file on disc and share...

    forum.aspose.com/t/converting-email-to-pdf-cutt...
  3. Convert PDF not working - Free Support Forum - ...

    We use the Aspose Words library to convert an EML/Msg to PDF inside Outlook, in a VSTO Addin project in .NET Framework 4.8. The email in question arrived to a mailbox containing the “First Contact Safety Tip” option con…...Words library to convert an EML/MSG to PDF inside Outlook, in a VSTO...MailMessage msg = Aspose.Email.MailMessage.Load(@"C:\Temp\in.msg"); msg...

    forum.aspose.com/t/convert-pdf-not-working/307504
  4. Convert ICS to PST via Java | products.aspose.com

    Try the code sample to convert ICS files to PST format in Java. Download Java API to take your email processing applications to the next level....an Appointment class used to load and save calendar events, create...represents an Outlook message (MSG) item. In the code snippet below...

    products.aspose.com/email/java/conversion/ics-t...
  5. Aspose.Email Java for Apache POI - HSMF|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....implementation of the Outlook MSG format. At this time, it provides...the common textual content of MSG files. Read more at poi.apache...

    docs.aspose.com/email/java/aspose-email-java-fo...
  6. Fetch and List Emails from IMAP Server in Pytho...

    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....connections for operations with heavy loads. Additionally, you can specify...Save Messages in MSG Format To save emails in MSG format, call the...

    docs.aspose.com/email/python-net/fetch-list-ema...
  7. Issue with cyrillic characters in Header export...

    Hello, Here i attach my findings with an issue trying to export to HTML a MapiMessage. The message contains cyrillic characters in the header (“Cc”, “From”, “To”), mapiMessage loads them correctly (attached debugging t…...“From”, “To”), mapiMessage loads them correctly (attached debugging...mapiMessage = MapiMessage.load("path/to/your/message.msg"); HtmlSaveOptions...

    forum.aspose.com/t/issue-with-cyrillic-characte...
  8. Convert OFT to VCF via Java | products.aspose.com

    Try the code sample to convert OFT files to VCF format in Java. Download Java API to take your email processing applications to the next level....used to load and manipulate an email message stored in MSG format...are utilized to handle the loading, identification, conversion...

    products.aspose.com/email/java/conversion/oft-t...
  9. 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-...
  10. 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...