This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal


Mar 9, 2016, 8:47 AM
5 Posts

Find Parent folder of an email using java

  • Category: Domino Server
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: DIIOP
  • Replies: 1

Hi,

Is there any way to find the parent folder of an email using java(Either DIIOP or REST) from Lotus Notes email application? I have unid of the email to find the parent folder.

Enabling folder references is not an option for me, because I will accessing Domino Server running for years.

Iterating through each folder contents to validate if the document is present in that folder will result in performance impact on my application.

 

Thanks in advance.

Mar 14, 2016, 7:26 PM
323 Posts
Those are the two methods.

Enabling folder references will build an index on the server

Failing that, you can do it non-indexed, and take the performance hit.

Seaching for the parent folder involves one or the other.

You could pull a database down to a local client or replicate it to another server and index folder references there. Again, this has distinct performance hits until the index is completed.

& Of course you could also put the doc in a folder if you like ... then it'll appear in that folder. But that's probably not what you're trying to do.


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal