Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 20,592 for

msg

(0.14 sec)
  1. Convert OLM to OFT via C# | products.aspose.com

    Sample code for OLM to OFT C# conversion. Use API example code for batch OLM files to OFT conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in oft format msg.Save( $"{msg.Subject}.oft" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  2. Categories

    Pronađite odgovore pomoću API-ja Aspose.Total Product Family Aspose.Words Product Family Aspose.PDF Product Family As......C#-ում Ինչպես փոխարկել EML-ը MSG-ի Java-ի միջոցով Ինչպես փոխարկել...

    kb.aspose.com/hy/categories/page/73/
  3. Convert OLM to ICS via C# | products.aspose.com

    Sample code for OLM to ICS C# conversion. Use API example code for batch OLM files to ICS conversion within VB.NET, Asp.NET or any .NET based application....( var msg in folder.EnumerateMapiMessage()) { if (msg.SupportedType...mapiCalendarItem = (MapiCalendar)msg.ToMapiMessageItem(); // save...

    products.aspose.com/email/net/conversion/olm-to...
  4. Convert OLM to HTML via C# | products.aspose.com

    Sample code for OLM to HTML C# conversion. Use API example code for batch OLM files to HTML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in html format msg.Save( $"{msg.Subject}.html" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  5. Convert OLM to MHTML via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/olm-to...
  6. Update and Save an Email in Ruby|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....Initialize and Load an existing MSG file by specifying the MessageFormat... load ( data_dir + "Message.msg" ) \ # Initialize a String variable...

    docs.aspose.com/email/java/update-and-save-an-e...
  7. OST Viewer for C# | Aspose.Email Viewer | produ...

    C# source code to load, render and display OST documents on .NET Framework, .NET Core, and Xamarin Platforms....int count = 1 ; foreach ( var msg in inbox.EnumerateMapiMessage())...UseRelativePathToRes = true }; msg.Save(htmlFilePath, htmlSaveOptions);...

    products.aspose.com/email/net/viewer/ost/
  8. Convert OLM to VCF via C# | products.aspose.com

    Sample code for OLM to VCF C# conversion. Use API example code for batch OLM files to VCF conversion within VB.NET, Asp.NET or any .NET based application....( var msg in folder.EnumerateMapiMessage()) { if (msg.SupportedType...mapiContactItem = (MapiContact)msg.ToMapiMessageItem(); // save...

    products.aspose.com/email/net/conversion/olm-to...
  9. Convert OLM to EML via C# | products.aspose.com

    Sample code for OLM to EML C# conversion. Use API example code for batch OLM files to EML conversion within VB.NET, Asp.NET or any .NET based application...."Inbox" , true ); foreach ( var msg in folder.EnumerateMapiMessage())...message in eml format msg.Save( $"{msg.Subject}.eml" , SaveOptions...

    products.aspose.com/email/net/conversion/olm-to...
  10. Read Embedded Email Attachments from Message in...

    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" , MessageFormat . getMsg ());...Get the name of attachment. If msg subject contains characters like...

    docs.aspose.com/email/java/read-embedded-email-...