EmailAddressType.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 EmailAddressType class.

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

Syntax

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

value = instance.MailboxType

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