ExchangeServiceBinding.BeginExportItems Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginExportItems ( _
ExportItems1 As ExportItemsType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim ExportItems1 As ExportItemsType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginExportItems(ExportItems1, _
callback, asyncState)
public IAsyncResult BeginExportItems(
ExportItemsType ExportItems1,
AsyncCallback callback,
Object asyncState
)
Parameters
- ExportItems1
Type: ExchangeWebServices.ExportItemsType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.