SendItemCompletedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |