IMailbox Interface
Contains the properties of a mailbox.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public interface IMailbox
public interface class IMailbox
Public Interface IMailbox
Properties
Name | Description | |
---|---|---|
DisplayName | Gets or sets the display name of the mailbox. |
|
DomainName | Gets or sets the domain name of the mailbox. |
|
EmailAlias | Gets or sets the email alias of the mailbox. |
|
Quota | Gets or sets the quota (maximum storage size) of the mailbox. |
|
QuotaEnforced | Gets or sets a value that indicates whether the mailbox quota is strictly enforced. |
|
UserName | Gets or sets the user name of the mailbox. |
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top