Share via


EmailAddressDictionaryEntryType.MailboxType Property

The MailboxType property gets or sets an instance of the MailboxTypeType class that specifies the type of mailbox that is represented by this instance of the EmailAddressDictionaryEntryType class.

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

Syntax

'Declaration
Public Property MailboxType As MailboxTypeType
    Get
    Set
'Usage
Dim instance As EmailAddressDictionaryEntryType
Dim value As MailboxTypeType

value = instance.MailboxType

instance.MailboxType = value
public MailboxTypeType MailboxType { get; set; }

Property Value

Type: ExchangeWebServices.MailboxTypeType
The value of the MailboxType property is a MailboxTypeType object.