ExpandDLResponseMessageType.DLExpansion Property
The DLExpansion property gets or sets and array of mailboxes that are contained in a distribution list.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DLExpansion As ArrayOfDLExpansionType
Get
Set
'Usage
Dim instance As ExpandDLResponseMessageType
Dim value As ArrayOfDLExpansionType
value = instance.DLExpansion
instance.DLExpansion = value
public ArrayOfDLExpansionType DLExpansion { get; set; }
Property Value
Type: ExchangeWebServices.ArrayOfDLExpansionType
The DLExpansion property returns an ArrayOfDLExpansionType object.
See Also