Sort Score
Result 10 results
Languages All
Labels All
Results 4,181 - 4,190 of 30,712 for

msg

(0.1 sec)
  1. Сannot get Contact folder using GetPredefinedFo...

    Hello, Is there anything wrong with this usage? Or an issue, cannot get Contact folder, always nothing! (Reading PSTs) Dim ContactsFolder As FolderInfo = MyPST.GetPredefinedFolder(StandardIpmFolder.Contacts) If there…...the whole pst and check each msg class, not efficient… Thanks...

    forum.aspose.com/t/annot-get-contact-folder-usi...
  2. Issue Convert EML to ICS - Aspose.Email Product...

    I am trying to extract or convert eml to ics below is my code using Aspose.Email.Mapi; var message = MapiMessage.FromFile(“C:\GitHub\ReadEmailCal\{AD3FD25E-4EE0-41F2-BFD1-F005CA122EBE}.eml”); Log.Information(“trying …... var msg = MailMessage.Load(@"d:\some...eml"); foreach (var view in msg.AlternateViews) { if (view.ContentType...

    forum.aspose.com/t/issue-convert-eml-to-ics/249191
  3. Creating and Saving Outlook Notes in Ruby|Docum...

    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....msg" , Rjb :: import ( 'com.aspose...aspose.email.NoteSaveFormat' ) . Msg ) puts "Created outlook note...

    docs.aspose.com/email/java/creating-and-saving-...
  4. Aspose.Email for .NET 20.5 Release Notes|Docume...

    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....ListMessages Bug EMAILNET-39818 MSG to MHTML wrong sent time extracted...the HtmlBody after loading an .msg file Bug EMAILNET-39821 Erroneous...

    docs.aspose.com/email/net/aspose-email-for-net-...
  5. Public API Changes in Aspose.Email 4.7.0|Docume...

    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....interpretAsTnef(MapiMessage msg) Method MapiConversionOption...

    docs.aspose.com/email/java/public-api-changes-i...
  6. 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 MapiMessage msg = MapiMessage . load ( "message...); folderInfo . addMessage ( msg ); What is EML File Format? EML...

    products.aspose.com/email/java/conversion/eml-t...
  7. Convert EMLX to OST via Java | products.aspose.com

    Try the code sample to convert EMLX files to OST format in Java. Download Java API to take your email processing applications to the next level....Load the EMLX file MapiMessage msg = MapiMessage . load ( "message...); folderInfo . addMessage ( msg ); What is EMLX File Format?...

    products.aspose.com/email/java/conversion/emlx-...
  8. Email signature becomes vertical in PDF/A (JAVA...

    Hi Team, We have an issue with aspose-pdf (20.8, java). The issue is after converting the .Msg to PDF/A, the email signature becomes vertical in PDF/A, please advise how can we fix this issue. Below is the sample screen…...msg to PDF/A, the email signature...

    forum.aspose.com/t/email-signature-becomes-vert...
  9. Execution freeze when saving email - Free Suppo...

    Hi, I’m working on a ubuntu machine with the aspose.email python library. For some emails from a pst object, the save to html function gets freezed during the execution. It freezes in “mapi.save(html_filepath, options…...you share the pst file or the msg file causing the problem? If...

    forum.aspose.com/t/execution-freeze-when-saving...
  10. Email Java fails to extract email body from eml...

    SampleFile.zip (2.2 KB) Aspose Team, We use the Aspose Email java package to get email body from Msg and eml, and found out that it fails to get email body from the sample eml (Outlook displays email body). Following …...package to get email body from msg and eml, and found out that it...

    forum.aspose.com/t/email-java-fails-to-extract-...