ExpandDLType.Mailbox Property

The Mailbox property gets or sets the identifier of the distribution list to expand. This property is required. This is a read/write property.

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

Syntax

'Declaration
Public Property Mailbox As EmailAddressType
    Get
    Set
'Usage
Dim instance As ExpandDLType
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.

Remarks

The Mailbox property is set with an EmailAddressType object that contains either the e-mail address of a public distribution list or the item identifier of a private distribution list.