FORMULA LANGUAGE


@Domain
Example

Returns the name of the current user's Domino mail domain listed in the current location document of the Personal Address Book.

Syntax

@Domain

Return value

domain


Usage

This function works in any formula and is useful in formulas that manipulate mail addresses. When a formula runs on a server, the server is considered the current user, so @Domain returns the name of the server's domain.

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