Поделиться через


MailboxTypeType Enumeration

The MailboxTypeType enumeration describes the type of mailbox that is represented by the e-mail address.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration MailboxTypeType
'Usage
Dim instance As MailboxTypeType
[SerializableAttribute]
public enum MailboxTypeType

Members

Member name Description
Unknown This member was introduced in Exchange Server 2010 Service Pack 1 (SP1).
OneOff
Mailbox Represents a mail-enabled Active Directory directory service object.
PublicDL Represents a public distribution list.
PrivateDL Represents a private distribution list in a user's mailbox.
Contact Represents a contact in a user's mailbox.
PublicFolder Represents a public folder.

Remarks

This enumeration is used by the MailboxType property of the EmailAddressType object.

See Also

Reference

Other Resources