Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 397 for

olmstorage

(0.05 sec)
  1. Convert OLM to PST via Java | products.aspose.com

    Try the code sample to convert OLM files to PST format in Java. Download Java API to take your email processing applications to the next level.... The OlmStorage class is used to open and...Open the OLM file using the OlmStorage.fromFile method, providing...

    products.aspose.com/email/java/conversion/olm-t...
  2. Convert OLM to HTML via Java | products.aspose.com

    Try the code sample to convert OLM files to HTML format in Java. Download Java API to take your email processing applications to the next level....format, the library offers the OlmStorage class used to open and access...Open the OLM file using the OlmStorage.fromFile method, passing...

    products.aspose.com/email/java/conversion/olm-t...
  3. Convert OLM to EML via Java | products.aspose.com

    Try the code sample to convert OLM files to EML format in Java. Download Java API to take your email processing applications to the next level....format, the library offers the OlmStorage class used to open and access...Open the OLM file using the OlmStorage.fromFile method, passing...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert OLM to MHTML via Java | products.aspose...

    Try the code sample to convert OLM files to MHTML format in Java. Download Java API to take your email processing applications to the next level....format, the library offers the OlmStorage class used to open and access...Open the OLM file using the OlmStorage.fromFile method, providing...

    products.aspose.com/email/java/conversion/olm-t...
  5. Convert OLM to ICS via Java | products.aspose.com

    Try the code sample to convert OLM files to ICS format in Java. Download Java API to take your email processing applications to the next level....format, the library offers the OlmStorage class used to open and access...Open the OLM file using the OlmStorage.fromFile method, passing...

    products.aspose.com/email/java/conversion/olm-t...
  6. Convert OLM to VCF via Java | products.aspose.com

    Try the code sample to convert OLM files to VCF format in Java. Download Java API to take your email processing applications to the next level....format, the library offers the OlmStorage class is used to open and...Open the OLM file using the OlmStorage.fromFile method, providing...

    products.aspose.com/email/java/conversion/olm-t...
  7. An error occurred in the Contacts module while ...

    I am using the Aspose.Email API (licensed version). I was retrieving the contact data, but it throws the exception: “Not a valid Win32 FileTime”. They receive the contact data item-wise, so please add this as well....Contacts //-------- OlmStorage olm = new OlmStorage(olmFilePath); nTotalCount...

    forum.aspose.com/t/an-error-occurred-in-the-con...
  8. Throw exception in contact using aspose api - F...

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; …...Contacts //-------- OlmStorage olm = new OlmStorage(olmFilePath); nTotalCount...

    forum.aspose.com/t/throw-exception-in-contact-u...
  9. Bugs in OnTraversalException - Free Support For...

    Hello, I’ve made some pst and olm files corrupt by replacing some bytes inside randomly. When reading in Traversal mode, itemId is different for pst and olm: For pst and ost I get real itemId, like: AAAAANaTZZ7UXV5Ei…...same pattern works for OLM ( OlmStorage ) – just subscribe to OnTraversalException...OnTraversalException on the OlmStorage instance. Result: The traversal...

    forum.aspose.com/t/bugs-in-ontraversalexception...
  10. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…...Contacts //-------- OlmStorage olm = new OlmStorage(olmFilePath); nTotalCount...

    forum.aspose.com/t/code-olm-to-pst/324745