Column in a View to show Mail File Template

I need a view in the Domino Directory showing each person’s mailfile template but I can’t find a field that lists that. Creating a view that uses fields is about the extent of my developing ability, so if you can only do this by script or formula, please be specific!Thanks so much!!

Subject: admin client

there is no field in the Domino Directory that holds this info but if you look on the Files tab in the Admin client you will see that column there.

Subject: Help me understand

Thanks, Paul, for your response. But that makes no sense - If you can see it in the view in the Admin client, why can’t you put it in a view in the Directory?

Subject: domino directory

views in the domino directory display the data stored in the fields which are stored in documents. No documents in the Domino Directory store the template name of the mail file. You could script something to add this item to the person doc of each user’s mail file if you really wanted to.

The admin client gathers and displays the info on the fly so if anything changes the new info will be displayed when you refresh the admin client UI (F9).

You could also obtain the mail file template name from the catalog.nsf. The server updates this info once per day when the catalog task runs.

Subject: LS code to get mail design template name

A while back I needed a way to get users’ mail templates. We had a lot of people with upgraded Notes clients but still on various old mail templates. Here’s what I came up with. It seems to work well.

http://www-10.lotus.com/ldd/nd85forum.nsf/ShowMyTopicsAllFlatweb/74fa63e0879b44e185257720006ee3d7?OpenDocument