Hi,
I\'m trying to set the email Folder Subscription on folder creation, using a third party app.
The application checks if home folder exists for a given user and creates the folder if it doesn\'t, using the system account. I\'ve got code that removes read and write access from the UserRol and sets Read and Write access to only the user. What I want to do is to set the folder subscription to true for that particular user, is this possible?
So what I want to happen for example:
User 1000 logs in for the first time.
The folder okm:root\\1000 is created using the system account
UserRol group has read and write access removed
1000 has read and write access added
1000 is then subscribed to email notification on that folder
I\'ve got everything sorted except the last bit. Is it possible to do this?
I\'m trying to set the email Folder Subscription on folder creation, using a third party app.
The application checks if home folder exists for a given user and creates the folder if it doesn\'t, using the system account. I\'ve got code that removes read and write access from the UserRol and sets Read and Write access to only the user. What I want to do is to set the folder subscription to true for that particular user, is this possible?
So what I want to happen for example:
User 1000 logs in for the first time.
The folder okm:root\\1000 is created using the system account
UserRol group has read and write access removed
1000 has read and write access added
1000 is then subscribed to email notification on that folder
I\'ve got everything sorted except the last bit. Is it possible to do this?