public final class ExchangeFolderUserType
extends Enum
Enumerates the distinguished user accounts
Modifier and Type | Field and Description |
---|---|
static int |
Anonymous
Specifies the anonymous user account.
|
static int |
Default
Specifies the default user account.
|
static int |
Undistinguished
Specifies the undistinguished user account.
|
public static final int Default
Specifies the default user account.
public static final int Anonymous
Specifies the anonymous user account.
public static final int Undistinguished
Specifies the undistinguished user account.