| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
MailboxType |
Mailbox.getType()
Gets the mailbox type of a mailbox user.
|
static MailboxType |
MailboxType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailboxType[] |
MailboxType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mailbox.setType(MailboxType type)
Sets the mailbox type of a mailbox user.
|
| Constructor and Description |
|---|
Mailbox(java.lang.String emailAddress,
java.lang.String name,
java.lang.String routingType,
MailboxType type)
Initializes a new instance of the Mailbox class.
|