I am connectiog to lotus notes databse names.nsf through ODBC. I am trying to find which tables gives physical size of any mail id.
any help, thre are 100s of tables, which table, i need to run query physical size of mail box.
thanks
I am connectiog to lotus notes databse names.nsf through ODBC. I am trying to find which tables gives physical size of any mail id.
any help, thre are 100s of tables, which table, i need to run query physical size of mail box.
thanks
Subject: mailfile size is not recorden in names.nsf
The names.nsf only contains information about where the mailfile is located. The properties of the mailfile mainly resides with the mailfile itself.
ODBC would not be a good solution to get this kind of information. Using the Domino APIs through Java or COM would be better.
Regards,
Hans