ExchangeServiceBinding.SendItemAsync Method (SendItemType)

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 _
)
'Usage
Dim instance As ExchangeServiceBinding
Dim SendItem1 As SendItemType

instance.SendItemAsync(SendItem1)
public void SendItemAsync(
    SendItemType SendItem1
)

Parameters

Remarks

For an example of an asynchronous call, see FindFolderAsync.