Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .jpeg) | DisplayName | Gets or sets the display name of the mailbox. | 
| .jpeg) | DomainName | Gets or sets the domain name of the mailbox. | 
| .jpeg) | EmailAlias | Gets or sets the email alias of the mailbox. | 
| .jpeg) | Quota | Gets or sets the quota (maximum storage size) of the mailbox. | 
| .jpeg) | QuotaEnforced | Gets or sets a value that indicates whether the mailbox quota is strictly enforced. | 
| .jpeg) | UserName | Gets or sets the user name of the mailbox. | 
See Also
Microsoft.WindowsServerSolutions.Common Namespace
Return to top