Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 5,606 for

mapimessage

(0.04 sec)
  1. Edit or View PST Files Metadata via Java | prod...

    Java sample code to edit or view PST format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Load the PST file using MapiMessage.fromFile Get properties collection...PST - Java MapiMessage outlookMessageFile = MapiMessage.fromFile(dataDir...

    products.aspose.com/email/java/metadata/pst/
  2. Convert OFT to VCF via C# | products.aspose.com

    Sample code for OFT to VCF C# conversion. Use API example code for batch OFT files to VCF conversion within VB.NET, Asp.NET or any .NET based application....oft) as a MapiMessage object. Check if the loaded...C# Conversion var oft = MapiMessage.Load( "contact.oft" ); if...

    products.aspose.com/email/net/conversion/oft-to...
  3. Utility Features|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....detailed example of creating a MapiMessage with voting options for creating...

    docs.aspose.com/email/cpp/utility-features/
  4. Edit or View EML Files Metadata via Java | prod...

    Java sample code to edit or view EML format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Load the EML file using MapiMessage.fromFile Get properties collection...EML - Java MapiMessage outlookMessageFile = MapiMessage.fromFile(dataDir...

    products.aspose.com/email/java/metadata/eml/
  5. Edit or View OST Files Metadata via Java | prod...

    Java sample code to edit or view OST format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Load the OST file using MapiMessage.fromFile Get properties collection...OST - Java MapiMessage outlookMessageFile = MapiMessage.fromFile(dataDir...

    products.aspose.com/email/java/metadata/ost/
  6. Edit or View MSG Files Metadata via Java | prod...

    Java sample code to edit or view MSG format metadata on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Load the MSG file using MapiMessage.fromFile Get properties collection...MSG - Java MapiMessage outlookMessageFile = MapiMessage.fromFile(dataDir...

    products.aspose.com/email/java/metadata/msg/
  7. Convert OFT to MSG via C# | products.aspose.com

    Sample code for OFT to MSG C# conversion. Use API example code for batch OFT files to MSG conversion within VB.NET, Asp.NET or any .NET based application....oft) into a MapiMessage object. Save the OFT object...C# Conversion var oft = MapiMessage.Load( "template.oft" ); oft...

    products.aspose.com/email/net/conversion/oft-to...
  8. Convert MSG to XPS via C# | products.aspose.com

    Sample code for MSG to XPS C# conversion. Use API example code for batch MSG files to XPS conversion within VB.NET, Asp.NET or any .NET based application....Load an MSG file into a MapiMessage object. Create an instance...C# Conversion var msg = MapiMessage.Load( "message.msg" ); //...

    products.aspose.com/email/net/conversion/msg-to...
  9. Managing Messages in PST Files|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....the MapiMessage class. After that, call the MapiMessage.Save()...the message in MapiMessage instance MapiMessage message = pst...

    docs.aspose.com/email/net/managing-messages-in-...
  10. View OFT Files via .NET | Aspose.Email OFT View...

    C# source code to load, render and display OFT documents on .NET Framework, .NET Core, and Xamarin Platforms....the library utilizes the MapiMessage class to load and process...few lines of code. Use the MapiMessage.Load method to load the email...

    products.aspose.com/email/net/viewer/oft/