Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 20,475 for

msg

(0.04 sec)
  1. Missing space from HTML Body text - Free Suppor...

    We are seeing an issue in HTML bodies where a space is missing in the extracted text after underlined words. “For example this” becomes “For examplethis” if example was an underlined word in the original email. So far w…...we have observed this is in msg, eml, and mht formats, but we...bodies in email formats like MSG, EML, and MHT. This can be particularly...

    forum.aspose.com/t/missing-space-from-html-body...
  2. Convert VCF to VCF in Python | products.aspose.com

    Save VCF to VCF within Python applications without using Microsoft Word or Outlook...(Email Mailbox File) Convert MSG to MSG (Outlook Message Item File)...

    products.aspose.com/total/python-net/conversion...
  3. Convert OST to MHTML via C# | products.aspose.com

    Sample code for OST to MHTML C# conversion. Use API example code for batch OST files to MHTML conversion within VB.NET, Asp.NET or any .NET based application....foreach ( var msg in folder.EnumerateMapiMessage()) { msg.Save( $"{msg...$"{msg.Subject}.mhtml" , SaveOptions.DefaultMhtml); } } } Free...

    products.aspose.com/email/net/conversion/ost-to...
  4. Programming Email Verification|Documentation

    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....eml, emlx, mht MAPI Formats: msg, oft Aspose.Email provides the...

    docs.aspose.com/email/java/programming-email-ve...
  5. 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);...get(dataDir)); for (int i = 0; i < msg.getAttachments().size(); i++)...

    forum.aspose.com/t/why-can-aspose-email-shows-3...
  6. Convert OST to EMLX via C# | products.aspose.com

    Sample code for OST to EMLX C# conversion. Use API example code for batch OST files to EMLX conversion within VB.NET, Asp.NET or any .NET based application....foreach ( var msg in folder.EnumerateMapiMessage()) { msg.Save( $"{msg...$"{msg.Subject}.emlx" , SaveOptions.DefaultEmlx); } } } Free App...

    products.aspose.com/email/net/conversion/ost-to...
  7. Convert OST to MHT via C# | products.aspose.com

    Sample code for OST to MHT C# conversion. Use API example code for batch OST files to MHT conversion within VB.NET, Asp.NET or any .NET based application....foreach ( var msg in folder.EnumerateMapiMessage()) { msg.Save( $"{msg...$"{msg.Subject}.mht" , SaveOptions.DefaultMhtml); } } } Free App...

    products.aspose.com/email/net/conversion/ost-to...
  8. Getting List of Messages from Inbox Folder of 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....Outlook PST and Saving them to MSG Subscribe to Aspose Product Updates...

    docs.aspose.com/email/java/getting-list-of-mess...
  9. Convert OST to EML via C# | products.aspose.com

    Sample code for OST to EML C# conversion. Use API example code for batch OST files to EML conversion within VB.NET, Asp.NET or any .NET based application....foreach ( var msg in folder.EnumerateMapiMessage()){ msg.Save( "outputMessage"...

    products.aspose.com/email/net/conversion/ost-to...
  10. Convert PST to EML via C# | products.aspose.com

    Sample code for PST to EML C# conversion. Use API example code for batch PST files to EML conversion within VB.NET, Asp.NET or any .NET based application....foreach ( var msg in folder.EnumerateMapiMessage()){ msg.Save( "outputMessage"...

    products.aspose.com/email/net/conversion/pst-to...