Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 20,912 for

msg

(0.2 sec)
  1. 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...
  2. 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...
  3. Aspose.Email Product Family

    Find answers to create, manipulate, and send emails, and read email file formats in code....Python How to Convert EML to MSG using Python How to Send Email...

    kb.aspose.com/email/page/2/
  4. 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...
  5. 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...
  6. Convert OST to MBOX via C# | products.aspose.com

    Sample code for OST to MBOX C# conversion. Use API example code for batch OST files to MBOX conversion within VB.NET, Asp.NET or any .NET based application....GetSubFolders()) { foreach ( var msg in folder.EnumerateMapiMessage())...EnumerateMapiMessage()) { writer.WriteMessage(msg.ToMailMessage( new MailConversionOption()));...

    products.aspose.com/email/net/conversion/ost-to...
  7. How to Run Aspose.Email|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....Save email in MSG format eml . Save ( "my.msg" , SaveOptions...

    docs.aspose.com/email/net/how-to-run-aspose-email/
  8. 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...
  9. 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...
  10. 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...