DistinguishedFolderIdType.Mailbox Property

The Mailbox property gets or sets a primary SMTP address of a principal for a delegate access scenario.

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

Syntax

'Declaration
Public Property Mailbox As EmailAddressType
    Get
    Set
'Usage
Dim instance As DistinguishedFolderIdType
Dim value As EmailAddressType

value = instance.Mailbox

instance.Mailbox = value
public EmailAddressType Mailbox { get; set; }

Property Value

Type: ExchangeWebServices.EmailAddressType
The Mailbox property returns an EmailAddressType object that represents a principal in a delegate access scenario.

Remarks

Proxy addresses are not allowed as a value for this property. This property is required for delegate access.