Share via


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
System_CAPS_pubproperty DisplayName

Gets or sets the display name of the mailbox.

System_CAPS_pubproperty DomainName

Gets or sets the domain name of the mailbox.

System_CAPS_pubproperty EmailAlias

Gets or sets the email alias of the mailbox.

System_CAPS_pubproperty Quota

Gets or sets the quota (maximum storage size) of the mailbox.

System_CAPS_pubproperty QuotaEnforced

Gets or sets a value that indicates whether the mailbox quota is strictly enforced.

System_CAPS_pubproperty UserName

Gets or sets the user name of the mailbox.

See Also

Microsoft.WindowsServerSolutions.Common Namespace

Return to top