SendItemCompletedEventArgs Members

The SendItemCompletedEventArgs class provides data for the SendItemCompleted event.

The following tables list the members exposed by the SendItemCompletedEventArgs type.

Public Fields

  Name Description
Bb426409.pubfield(en-us,EXCHG.80).gifBb426409.static(en-us,EXCHG.80).gif Empty  (inherited from EventArgs )

Top

Public Properties

  Name Description
Bb426409.pubproperty(en-us,EXCHG.80).gif Cancelled  (inherited from AsyncCompletedEventArgs )
Bb426409.pubproperty(en-us,EXCHG.80).gif Error  (inherited from AsyncCompletedEventArgs )
Bb426409.pubproperty(en-us,EXCHG.80).gif Result The Result property gets or sets the response to an asynchronous call to the SendItemAsync method.
Bb426409.pubproperty(en-us,EXCHG.80).gif UserState  (inherited from AsyncCompletedEventArgs )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb426409.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Bb426409.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Bb426409.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb426409.pubmethod(en-us,EXCHG.80).gifBb426409.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb426409.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb426409.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb426409.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )
Bb426409.protmethod(en-us,EXCHG.80).gif RaiseExceptionIfNecessary  (inherited from AsyncCompletedEventArgs )

Top