public final class O365ExchangeMailboxResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| O365ExchangeMailboxResponse(String id,
                           String name,
                           String email,
                           boolean archive) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getEmail()Returns the email address of the organization's backed up mailbox. | 
| String | getId()Returns the ID of the organization's backed up mailbox. | 
| String | getName()Returns the name of the organization's backed up mailbox. | 
| int | hashCode() | 
| boolean | isArchive()If set to True, indicates that archiving is enabled for this backed up
 mailbox. | 
public String getId()
public String getName()
public String getEmail()
public boolean isArchive()
Archiving can be enabled or disabled in an Exchange organization.
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.