ExchangeServiceBinding.BeginGetFolder Method
The BeginGetFolder method is used to begin an asynchronous GetFolder call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginGetFolder ( _
GetFolder1 As GetFolderType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim GetFolder1 As GetFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetFolder(GetFolder1, _
callback, asyncState)
public IAsyncResult BeginGetFolder(
GetFolderType GetFolder1,
AsyncCallback callback,
Object asyncState
)
Parameters
- GetFolder1
Type: ExchangeWebServices.GetFolderType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginGetFolder method returns an IAsyncResult object.