Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 25,941 for

msg

(0.09 sec)
  1. Identify and Extract Embedded Attachment from M...

    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 Embedded Attachment from MSG Formatted as RTF Contents [ Hide...extracts embedded attachment from MSG file formatted as RTF. Java static...

    docs.aspose.com/email/java/identify-and-extract...
  2. Extracting Messages from Outlook PST and Saving...

    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....Outlook PST and Saving them to MSG in Aspose.Email Contents [ Hide...Save the message to disk in MSG format // TODO: File name may...

    docs.aspose.com/email/net/extracting-messages-f...
  3. 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....Follow-Up and Due Dates for Outlook MSG Files Contents [ Hide ] Set Follow-Up...Follow-Up and Due Dates for MSG Files A follow-up flag marks...

    docs.aspose.com/email/net/managing-follow-up-an...
  4. Aspose.Pdf throwing exception loading html afte...

    We are using Aspose.Email to convert to html and then trying to load that into Aspose.Pdf and we are getting an “Object reference not set to an instance of an object” exception in Aspose.Pdf.Text.TextSegment.set_Text. I …...loading html after converting from msg to html Aspose.PDF Product Family...I attached a sample document msg as well as the html that it is...

    forum.aspose.com/t/aspose-pdf-throwing-exceptio...
  5. Body Text of msg file varies every time the fil...

    SampleFiles.zip (217.6 KB) Aspose Team, We use the Aspose Email java package to get body text from Msg files, and we found out that the extracted body text of some Msg files looks like the followi g and it varies every…...Body Text of msg file varies every time the file is processed...package to get body text from msg files, and we found out that...

    forum.aspose.com/t/body-text-of-msg-file-varies...
  6. Is there a way to customize the msg-to-x conver...

    Using Aspose.Email (java) to read a Msg file and output (temporary) MHTML and then saving as PDF - exactly like the demo code. Is there some step (probably saving the Msg to MHTML) where I can customize the output “temp…...there a way to customize the msg-to-x conversion format? Aspose...Aspose.Email (java) to read a MSG file and output (temporary) MHTML...

    forum.aspose.com/t/is-there-a-way-to-customize-...
  7. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert Msg files to PDF, for some Msg files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the Msg file MapiMessage Msg = MapiMess…...When converting an MSG file to PDF, Sent Date appears twice in...try to convert MSG files to PDF, for some MSG files, Sent Date...

    forum.aspose.com/t/when-converting-an-msg-file-...
  8. Aspose.Pdf and Aspose.Drawing exceptions conver...

    I’m using .net core on Windows with version 25.11 of Aspose.Email and Aspose.Pdf.Drawing libraries (the latest) and I have 2 files where I’m getting exceptions. One exception occurs in Aspose.PDF and the other in Aspose.…...Drawing exceptions converting from msg to html and then pdf Aspose.PDF...Family aspose-pdf-net , email-msg , asposedrawing skowald December...

    forum.aspose.com/t/aspose-pdf-and-aspose-drawin...
  9. Working with Follow Up and Due Date for Outlook...

    Follow Up flag for Recipients and the Due Date for Outlook Msg Files can both be set or removed using the C++ Email Parser Library API....Up and Due Date for Outlook MSG Files in C++ Contents [ Hide...Up and Due Date for Outlook MSG Files A follow up flag marks...

    docs.aspose.com/email/cpp/working-with-follow-u...
  10. 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…...on the right when converting msg file to pdf Aspose.Email Product...equalsIgnoreCase(extension, "msg")) { try (InputStream msgInput...

    forum.aspose.com/t/content-is-still-being-slice...