Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 20,484 for

msg

(0.03 sec)
  1. Extract EMLX Files via .NET

    C# decompression source code to extract EMLX documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/emlx/
  2. Extract MBOX Files via .NET

    C# decompression source code to extract MBOX documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/mbox/
  3. Extract GPX Files via .NET

    C# decompression source code to extract GPX documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/gpx/
  4. Extract DIB Files via .NET

    C# decompression source code to extract DIB documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/dib/
  5. Extract VSS Files via .NET

    C# decompression source code to extract VSS documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/vss/
  6. Extract TEX Files via .NET

    C# decompression source code to extract TEX documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/tex/
  7. Extract AZW Files via .NET

    C# decompression source code to extract AZW documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/azw/
  8. Extract ODP Files via .NET

    C# decompression source code to extract ODP documents from a single archive or vice versa on .NET Framework, .NET Core....(Microsoft Exchange File Format) MSG (Outlook & Exchange Format) OBJ...

    products.aspose.com/zip/net/extract/odp/
  9. Creating and Managing 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....msg" )); Add Bulk Messages with Improved.... GetFiles ( pathToDir , "*.msg" ); foreach ( var file in files...

    docs.aspose.com/email/net/create-and-manage-pst...
  10. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...boolean isUnread) { MapiMessage msg = pst.extractMessage(messageId);...MapiPropertyCollecti(); long flags = msg.getFlags(); if (isUnread) { flags...

    forum.aspose.com/t/how-to-get-the-following-val...