Partager via


ExchangeServiceBinding.ExpandDL, méthode (Microsoft.SharePoint.Portal.WebControls)

Exposes the full membership of distribution lists.

Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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
)

Paramètres

  • ExpandDL1
    The distribution list to expose.

Remarques

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.

Voir aussi

Référence

ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms