DeleteAttachmentCompletedEventArgs 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 DeleteAttachmentCompletedEventArgs class provides data for the DeleteAttachmentCompleted event.
public ref class DeleteAttachmentCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class DeleteAttachmentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class DeleteAttachmentCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
DeleteAttachmentCompletedEventArgs
Properties
Result |
The Result property gets a DeleteAttachmentResponseType object for an asynchronous DeleteAttachmentAsync(DeleteAttachmentType) method call. |