SendItemCompletedEventArgs Class

Definition

The SendItemCompletedEventArgs class provides data for the SendItemCompleted event.

public ref class SendItemCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class SendItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class SendItemCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
SendItemCompletedEventArgs

Properties

Result

The Result property gets or sets the response to an asynchronous call to the SendItemAsync(SendItemType) method.

Applies to