How to replace local mailbox design?

Hi,

How to replace local mailbox design?

I want to release new function on users’ local mailbox(user archived before), have any good idea to handle this? (I have over 1000 users)

Subject: How to replace local mailbox design?

You should use the postOpen event of the mail file.DominoYesMaybe: An Interesting use of the postopen event of the application

In the postOpen event, scan for the archive file and then do a replace design via script (API)

JYR