IAdmO365Tenant2
The IAdmO365Tenant2 interface extends the IAdmO365Tenant interface.
Inheritance: IAdmO365Tenant
Properties
-
Property
-
Description
-
EnableRemoteMailboxes
-
Gets or sets a value that indicates whether to create remote mailboxes for users associated with the tenant.
-
RemoteMailboxesRemoteRoutingAddress
-
Gets or sets a template for a remote routing address, assigned when enabling a remote mailbox.
-
DisableRemoteMailboxes
-
Gets or sets a value that indicates whether to delete remote mailboxes of users associated with the tenant.
Details
EnableRemoteMailboxes
Gets or sets a value that indicates whether to create remote mailboxes for users associated with the tenant. Such mailboxes will be created when a license that contains an Exchange Online service is assigned.
- Type:
- Object
- Access:
- Read/Write
Possible values
- NULL (default value) - Remote mailboxes will be enabled if the Exchange Organization operates in hybrid mode.
- FALSE - Remote mailboxes will never be enabled.
- TRUE - Remote mailboxes will be enabled even if the Exchange Organization is not a part of a hybrid deployment.
RemoteMailboxesRemoteRoutingAddress
Gets or sets a template for a remote routing address, assigned when enabling a remote mailbox. If the template is NULL or an empty string, a remote routing address will be generated automatically. You can use value references in the template (e.g. %firstname%.%lastname%@mycompany.mail.onmicrosoft.com).
- Type:
- String
- Access:
- Read/Write
DisableRemoteMailboxes
Gets or sets a value that indicates whether to delete remote mailboxes of users associated with the tenant. Such mailboxes will be deleted when a license that contains an Exchange Online service is revoked.
- Type:
- Object
- Access:
- Read/Write
Possible values
- NULL (default value) - Remote mailboxes will be disabled if the Exchange Organization operates in hybrid mode.
- FALSE - Remote mailboxes will never be disabled.
- TRUE - Remote mailboxes will be disabled even if the Exchange Organization is not a part of a hybrid deployment.
Requirements
Minimum required version: 2016