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
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)
public GetFolderResponseType GetFolder(
GetFolderType GetFolder1
)
Parameters
- GetFolder1
Type: GetFolderType
A folder to retrieve.
Return Value
Type: GetFolderResponseType