ExchangeServiceBinding.GetFolder, méthode (Microsoft.SharePoint.Portal.WebControls)
Retrieves folders from the Microsoft Exchange Server 2007 data store.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
<SoapHeaderAttribute("SerializedSecurityContext")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetFolder", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Bare)> _
<SoapHeaderAttribute("ExchangeImpersonation")> _
<SoapHeaderAttribute("ServerVersionInfoValue", Direction:=SoapHeaderDirection.Out)> _
<SoapHeaderAttribute("MailboxCulture")> _
Public Function GetFolder ( _
GetFolder1 As GetFolderType _
) As GetFolderResponseType
'Utilisation
Dim instance As ExchangeServiceBinding
Dim GetFolder1 As GetFolderType
Dim returnValue As GetFolderResponseType
returnValue = instance.GetFolder(GetFolder1)
[SoapHeaderAttribute("SerializedSecurityContext")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/exchange/services/2006/messages/GetFolder", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Bare)]
[SoapHeaderAttribute("ExchangeImpersonation")]
[SoapHeaderAttribute("ServerVersionInfoValue", Direction=SoapHeaderDirection.Out)]
[SoapHeaderAttribute("MailboxCulture")]
public GetFolderResponseType GetFolder (
GetFolderType GetFolder1
)
Paramètres
- GetFolder1
A folder to retrieve.
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms