ExchangeServiceBinding.SendItemAsync Method

Definition

Overloads

SendItemAsync(SendItemType, Object)

The SendItemAsync(SendItemType, Object) method provides asynchronous access to the SendItem Web service method.

SendItemAsync(SendItemType)

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

SendItemAsync(SendItemType, Object)

The SendItemAsync(SendItemType, Object) method provides asynchronous access to the SendItem Web service method.

public:
 void SendItemAsync(ExchangeWebServices::SendItemType ^ SendItem1, System::Object ^ userState);
public void SendItemAsync (ExchangeWebServices.SendItemType SendItem1, object userState);
Public Sub SendItemAsync (SendItem1 As SendItemType, userState As Object)

Parameters

SendItem1
SendItemType

The SendItem request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

SendItemAsync(SendItemType)

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

public:
 void SendItemAsync(ExchangeWebServices::SendItemType ^ SendItem1);
public void SendItemAsync (ExchangeWebServices.SendItemType SendItem1);
Public Sub SendItemAsync (SendItem1 As SendItemType)

Parameters

SendItem1
SendItemType

The SendItem request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to