ExchangeServiceBinding.ExpandDL Method
The ExpandDL method sends the request and gets the response to an ExpandDL operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/ExpandDL", Use := SoapBindingUse.Literal, _
ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("RequestServerVersionValue")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
Public Function ExpandDL ( _
ExpandDL1 As ExpandDLType _
) As ExpandDLResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim ExpandDL1 As ExpandDLType
Dim returnValue As ExpandDLResponseType
returnValue = instance.ExpandDL(ExpandDL1)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/ExpandDL", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("RequestServerVersionValue")]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
public ExpandDLResponseType ExpandDL(
ExpandDLType ExpandDL1
)
Parameters
- ExpandDL1
Type: ExchangeWebServices.ExpandDLType
An instance of the ExpandDLType class that represents the distribution list to expand.
Return Value
Type: ExchangeWebServices.ExpandDLResponseType
The ExpandDL method returns an ExpandDLResponseType object that contains the status of the ExpandDL operation.