public interface Person
Modifier and Type | Method and Description |
---|---|
String |
getUsername()
Returns the canonical username of this person
|
UserNamesList |
getUserNamesList(String server)
Computes the
UserNamesList of the person on the specified server. |
OutOfOffice |
openOutOfOffice(String homeMailServer,
boolean isHomeMailServer,
Database dbMail)
Opens the out of office information for the user with read/write access
|
String getUsername()
UserNamesList getUserNamesList(String server)
UserNamesList
of the person on the specified server.server
- server or null/empty string for local environmentOutOfOffice openOutOfOffice(String homeMailServer, boolean isHomeMailServer, Database dbMail)
homeMailServer
- Canonical or abbreviated name of the server where the lookup for user information should be made (optional). If the server name is not a home mail server, an attempt will be made to figure out the home mail server by looking first locally and, if configured, in the extended directory. The lookups can be suppressed by providing the server name in homeMailServer
parameter and setting the isHomeMailServer
parameter to TRUE. Suppressing lookups is a more efficient option.isHomeMailServer
- TRUE if the homeMailServer
is user’s home mail(optional). Set it only if you are sure that user’s home mail server was specified. If FALSE the look up for user’s home mail will be performed.dbMail
- If the application already has the mail file opened they can pass it in for better better efficiency.Copyright © 2019–2021 HCL. All rights reserved.