ExchangeServiceBinding.SendItemAsync Method (SendItemType, Object)

The SendItemAsync method provides asynchronous access to the SendItem Web service method.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Sub SendItemAsync ( _
    SendItem1 As SendItemType, _
    userState As Object _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim SendItem1 As SendItemType
Dim userState As Object

instance.SendItemAsync(SendItem1, userState)
public void SendItemAsync(
    SendItemType SendItem1,
    Object userState
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.