JAVA/CORBA CLASSES


MailReplicaServers property
Read-write. The names of servers to which the mail database will replicate.

Note This property is new with Release 6.5.

Defined in

Registration

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getMailReplicaServers()
   throws NotesException

public void setMailReplicaServers(java.util.Vector servers)
   throws NotesException

Usage

Optionally set this property before calling registerNewUser.

This property applies only to clustered servers.

Language cross-reference

MailReplicaServers property in LotusScript NotesRegistration class