IMailbox Interface

 

Contains the properties of a mailbox.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

public interface class IMailbox

NameDescription
System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the mailbox.

System_CAPS_pubpropertyDomainName

Gets or sets the domain name of the mailbox.

System_CAPS_pubpropertyEmailAlias

Gets or sets the email alias of the mailbox.

System_CAPS_pubpropertyQuota

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

System_CAPS_pubpropertyQuotaEnforced

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

System_CAPS_pubpropertyUserName

Gets or sets the user name of the mailbox.

Return to top

Community Additions

ADD
Show: