: ExchangeServiceBinding.ExpandDL (Método) (Microsoft.SharePoint.Portal.WebControls)
Exposes the full membership of distribution lists.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
<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
'Uso
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
)
Parámetros
- ExpandDL1
The distribution list to expose.
Comentarios
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.
Vea también
Referencia
ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)