MailInternetAddress (Registration - Java)

Read-write. The user's Internet name for sending and receiving mail.

Note: This property is new with Release 6.5.

Defined in

Registration

Data type

String

Syntax

public String getMailInternetAddress()
    throws NotesException
public void setMailInternetAddress(String name)
    throws NotesException

Usage

Optionally set this property before calling registerNewUser.

If this property remains an empty string, the registration process generates an Internet name.

Language cross-reference

MailInternetAddress property in LotusScript® NotesRegistration class