Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 6,262 for

mapimessage

(0.19 sec)
  1. 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...
  2. Why can Aspose Email shows 3 Attachment files i...

    I have such a test Email: gurkovtest.zip (40,9 KB) and I use following code: final Mapimessage msg = Mapimessage.fromMailMessage(emailFilename); final String dataDir = "./AsposeTemp/"; Files.createDirecto…...following code: final MapiMessage msg = MapiMessage.fromMailMessage(emailFilename);...

    forum.aspose.com/t/why-can-aspose-email-shows-3...
  3. 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...
  4. 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
  5. 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...
  6. Can provide the similar fix for EmlLoadOption s...

    Hi, Can we have OOM related issue fix option for EmlLoadOption as well similar to issue reported in ticket Java Heap Space errors with large emails - Free Support Forum - aspose.com Fix: MsgLoadOptions lo = new MsgLoa…...setLeaveOpen(true); try (MapiMessage m = MapiMessage.load(“large_attachment...

    forum.aspose.com/t/can-provide-the-similar-fix-...
  7. C# API to Export EMLX to EPUB | products.aspose...

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

    products.aspose.com/total/net/conversion/emlx-t...
  8. 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...
  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....flag and due date for the MapiMessage objects using FollowUpManager...

    docs.aspose.com/email/cpp/working-with-follow-u...
  10. Convert EML to OST via Java | products.aspose.com

    Try the code sample to convert EML files to OST format in Java. Download Java API to take your email processing applications to the next level....Load the EML file using the MapiMessage.load() method, specifying...Load the EML file MapiMessage msg = MapiMessage. load ( "message...

    products.aspose.com/email/java/conversion/eml-t...