Purpose
Includes user groups and mail lists in the admin Directory list.
Syntax
ServerDirectory.ShowOthers [ = TRUE | FALSE ]
TRUE |
Includes user groups and mail lists in the admin Directory list. |
FALSE |
Excludes user groups and mail lists from the admin Directory list. |
Examples
Dim sd as ServerDirectory
sd.ShowOthers = TRUE
Debug sd.ShowOthers
|