ExchangeServiceBinding.ExportItemsAsync Method (ExportItemsType, Object)
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Sub ExportItemsAsync ( _
ExportItems1 As ExportItemsType, _
userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim ExportItems1 As ExportItemsType
Dim userState As Object
instance.ExportItemsAsync(ExportItems1, _
userState)
public void ExportItemsAsync(
ExportItemsType ExportItems1,
Object userState
)