ExchangeServiceBinding.ExpandDL Method

Exposes the full membership of distribution lists.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<SoapHeaderAttribute("ServerVersionInfoValue", Direction := SoapHeaderDirection.Out)> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/ExpandDL", Use := SoapBindingUse.Literal,  _
    ParameterStyle := SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("MailboxCulture")> _
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
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)
[SoapHeaderAttribute("ServerVersionInfoValue", Direction = SoapHeaderDirection.Out)]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/ExpandDL", Use = SoapBindingUse.Literal, 
    ParameterStyle = SoapParameterStyle.Bare)]
[SoapHeaderAttribute("MailboxCulture")]
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapHeaderAttribute("ExchangeImpersonation")]
public ExpandDLResponseType ExpandDL(
    ExpandDLType ExpandDL1
)

Parameters

Return Value

Type: Microsoft.SharePoint.Portal.WebControls.ExpandDLResponseType

Remarks

The ExpandDL operation uses the Web service located in the Exchange.asmx file in Microsoft Exchange Server 2007.

For more information, see the remarks in ExpandDL Operation in the Exchange 2007 Web Services Reference.

See Also

Reference

ExchangeServiceBinding Class

ExchangeServiceBinding Members

Microsoft.SharePoint.Portal.WebControls Namespace