Mail File size and usage

I want to add "mail file size " and " last use " field in my custom view of All Users Details.Can some body tell me field or formula through which i will get the above values.

Thanks

Subject: Mail File size and usage

Hello. You don’t say where your custom view resides. You could easily retrieve user mail database information using LotusScript and write that information to a document or documents. That document or documents could then be displayed in a view. The Notes log also has database size and usage information in it so you could use an agent to create or update a document using information from there and then that document(s) could be displayed in views.

Subject: RE: Mail File size and usage

Hi Dave,

I have created a custom view in my names.nsf file.

Can you please elaborate more in detail " You could easily retrieve user mail database information using LotusScript and write that information to a document or documents. "

Subject: RE: Mail File size and usage

In LotusScript, you can create documents in a database using the New method of the NotesDocument class. You can easily then use the Size property of the NotesDatabase class to get the size of a mail file for a particular use and write that information to the document you created.