ExchangeServiceBinding.GetFolder Method
Retrieves folders from the Microsoft Exchange Server 2007 data store.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<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
'Usage
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
)
Parameters
- GetFolder1
Type: Microsoft.SharePoint.Portal.WebControls.GetFolderType
A folder to retrieve.
Return Value
Type: Microsoft.SharePoint.Portal.WebControls.GetFolderResponseType