다음을 통해 공유


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
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)
public ExpandDLResponseType ExpandDL(
    ExpandDLType ExpandDL1
)

Parameters

  • ExpandDL1
    Type: ExpandDLType
    The distribution list to expose.

Return Value

Type: 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