FORMULA LANGUAGE
Returns the name of the Domino server and the name of the current user's mail database.
Syntax
@MailDbName
Return value
Server : path
Text list with two elements:
This element is an empty string ("") if:
This function works in any formula except column formulas. When a formula runs on a server, the server is considered the current user, so @MailDbName returns the server's mailbox.
The returned value is formatted as a twoitem text list specifying Server : Directory\Database.NSF, as in:
You cannot use this function in Web applications.
Language cross-reference
GetUserInfo method of LotusScript NotesRegistration class
getUserInfo method of Java Registration class
Example See Also