Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 8,406 for

mapimessage

(0.76 sec)
  1. C# API to Export EML to SVG | products.aspose.com

    Convert EML to SVG without using Microsoft Word or Outlook on .NET... By using MapiMessage class of Aspose.Email for...var outlookMessageFile = MapiMessage . FromFile ( "message.eml"...

    products.aspose.com/total/net/conversion/eml-to...
  2. How to Read OLM Files in Node.js via .NET | pro...

    Read OLM Files Read OLM Files in JavaScript Open and read OLM files in JavaScript, accessing emails and other data, s......message data, creating a MapiMessage object (msg) for further...`msg`, which represents the MapiMessage object console.log( `Subject:...

    products.aspose.com/email/nodejs-net/reading-ol...
  3. 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...
  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. 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...
  6. 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...
  7. Convert ICS to PST via C# | products.aspose.com

    Sample code for ICS to PST C# conversion. Use API example code for batch ICS files to PST conversion within VB.NET, Asp.NET or any .NET based application.... Pass the MapiMessage loaded from MemoryStream...calendarFolder.AddMessage(MapiMessage.Load(msgStream)); Free App...

    products.aspose.com/email/net/conversion/ics-to...
  8. Latest Aspose.Email Product Family topics - Fre...

    Get technical support of Aspose.Email for .NET, Java, C++, Android, Python, iOS, Mac, Xamarin, .NET Core and SharePoint....2025 Concurrent issue with MapiMessage.fromMailMessage 16 383 April...InputStream from MapiAttachment- MapiMessage 3 602 July 25, 2012 Bulk...

    forum.aspose.com/c/email/12
  9. 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...
  10. Non standard email date format header handling ...

    I have some .eml and some .msg mail files that contain date headers in a non-standard format: Date: Thu Sep 30 18:58:24 UTC 2021 Good old AI has suggested that I can use this technique for .msg files: // Create load …...into the MailMessage or MapiMessage object’s header set. Is there...

    forum.aspose.com/t/non-standard-email-date-form...