ArrayOfDLExpansionType.Mailbox Property
The Mailbox property gets a mail-enabled Active Directory directory service object.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Mailbox As EmailAddressType()
Get
Set
'Usage
Dim instance As ArrayOfDLExpansionType
Dim value As EmailAddressType()
value = instance.Mailbox
instance.Mailbox = value
public EmailAddressType[] Mailbox { get; set; }
Property Value
Type: []
The Mailbox property returns an array of EmailAddressType objects.
See Also