IAdmExchangeMailboxParameters¶
The IAdmExchangeMailboxParameters interface represents Exchange properties of a mailbox.
Inheritance: The IAdmExchangeMailboxParameters interface inherits from the IAdmExchangeMailParameters interface.
Note
To modify Exchange properties of a mailbox, you need to create a new instance of the IAdmExchangeMailboxParameters interface. To do this, you need to call the default constructor of the AdmExchangeMailboxParameters class that implements the interface.
How
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi")
$mailboxParams = New-Object "Softerra.Adaxes.Adsi.Exchange.AdmExchangeMailboxParameters"
using Softerra.Adaxes.Interop.Adsi;
using Softerra.Adaxes.Adsi;
using Softerra.Adaxes.Interop.Adsi.Exchange;
using Softerra.Adaxes.Interop.Adsi.PersistentObjects;
class Program
{
static void Main(string[] args)
{
AdmExchangeMailboxParameters mailboxParams =
new AdmExchangeMailboxParameters();
}
}
Properties¶
-
Property¶
-
Description¶
-
AutoReplyConfiguration¶
-
Gets or sets the Automatic Replies (OOF) settings for the mailbox.
-
AutoReplyConfigurationModificationEnabled¶
-
Gets or sets a value indicating whether the AutoReplyConfiguration property will be modified.
-
CalendarSettings¶
-
Gets or sets the Calendar Settings for the mailbox.
-
CalendarSettingsModificationEnabled¶
-
Gets or sets a value indicating whether the CalendarSettings property will be modified.
-
MailboxFeatures¶
-
Gets a collection of Mailbox Features for the mailbox.
-
MailboxRights¶
-
Gets or sets the rights to access the mailbox.
-
MailboxRightsModificationEnabled¶
-
Gets or sets a value indicating whether the MailboxRights property will be modified.
-
SharingPolicy¶
-
Gets or sets the Sharing Policy associated with the mailbox.
-
SharingPolicyModificationEnabled¶
-
Gets or sets a value indicating whether the SharingPolicy property will be modified.
-
ManagedFolderMailboxPolicy¶
-
Gets or sets the Managed Folder Mailbox Policy associated with the mailbox.
-
ManagedFolderMailboxPolicyModificationEnabled¶
-
Gets or sets a value indicating whether the ManagedFolderMailboxPolicy property will be modified.
-
RoleAssignmentPolicy¶
-
Gets or sets the Role Assignment Policy for the mailbox.
-
RoleAssignmentPolicyModificationEnabled¶
-
Gets or sets a value indicating whether the RoleAssignmentPolicy property will be modified.
-
AddressBookPolicy¶
-
Gets or sets the Address Book Policy for the mailbox.
-
AddressBookPolicyModificationEnabled¶
-
Gets or sets a value indicating whether the AddressBookPolicy property will be modified.
-
RetentionPolicy¶
-
Gets or sets the Retention Policy for the mailbox.
-
RetentionPolicyModificationEnabled¶
-
Gets or sets a value indicating whether the RetentionPolicy property will be modified.
-
StorageQuotas¶
-
Gets the mailbox Storage Quotas.
-
StorageDatabase¶
-
Gets the name of the mailbox store that the mailbox belongs to.
-
UsageInfo¶
- Gets information about mailbox usage.
Details¶
AutoReplyConfiguration
Gets or sets the Automatic Replies (OOF) settings for the mailbox.
- Type:
- IAdmExchangeMailboxAutoReplyConfiguration
- Access:
- Read/Write
AutoReplyConfigurationModificationEnabled
Gets or sets a value indicating whether the AutoReplyConfiguration property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
CalendarSettings
Gets or sets the Calendar Settings for the mailbox.
- Type:
- IAdmExchangeMailboxCalendarSettings
- Access:
- Read/Write
CalendarSettingsModificationEnabled
Gets or sets a value indicating whether the CalendarSettings property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
MailboxFeatures
Gets a collection of Mailbox Features for the mailbox.
- Type:
- IAdmExchangeMailboxFeatureCollection
- Access:
- Read-only
MailboxRights
Gets or sets the rights to access the mailbox.
- Type:
- IAdmExchangeMailboxRights
- Access:
- Read/Write
MailboxRightsModificationEnabled
Gets or sets a value indicating whether the MailboxRights property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
SharingPolicy
Gets or sets the Sharing Policy associated with the mailbox.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
SharingPolicyModificationEnabled
Gets or sets a value indicating whether the SharingPolicy property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
ManagedFolderMailboxPolicy
Gets or sets the Managed Folder Mailbox Policy associated with the mailbox.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
ManagedFolderMailboxPolicyModificationEnabled
Gets or sets a value indicating whether the ManagedFolderMailboxPolicy property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
RoleAssignmentPolicy
Gets or sets the Role Assignment Policy for the mailbox.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
RoleAssignmentPolicyModificationEnabled
Gets or sets a value indicating whether the RoleAssignmentPolicy property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
AddressBookPolicy
Gets or sets the Address Book Policy for the mailbox.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
AddressBookPolicyModificationEnabled
Gets or sets a value indicating whether the AddressBookPolicy property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
RetentionPolicy
Gets or sets the Retention Policy for the mailbox.
- Type:
- IAdmObjectReference
- Access:
- Read/Write
RetentionPolicyModificationEnabled
Gets or sets a value indicating whether the RetentionPolicy property will be modified.
- Type:
- Boolean
- Access:
- Read/Write
StorageQuotas
Gets the mailbox Storage Quotas.
- Type:
- IAdmExchangeStorageQuotas
- Access:
- Read-only
StorageDatabase
Gets the name of the mailbox store that the mailbox belongs to.
- Type:
- String
- Access:
- Read-only
UsageInfo
Gets information about mailbox usage.
- Type:
- IAdmExchangeMailboxUsageInfo
- Access:
- Read-only
Requirements¶
Minimum required version: 2013.1
See also¶
- Performing Exchange tasks
- IAdmExchangeMailParameters
- IAdmExchangeMailboxAutoReplyConfiguration
- IAdmExchangeMailboxCalendarSettings
- IAdmExchangeMailboxFeatureCollection
- IAdmExchangeMailboxRights
- IAdmExchangeStorageQuotas
- IAdmExchangeMailboxUsageInfo
- IAdmObjectReference