CreateAttachmentCompletedEventArgs 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 CreateAttachmentCompletedEventArgs class provides data for the CreateAttachmentCompleted event.
public ref class CreateAttachmentCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class CreateAttachmentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class CreateAttachmentCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
CreateAttachmentCompletedEventArgs
Properties
Result |
The Result property gets a CreateAttachmentResponseType object for an asynchronous CreateAttachment(CreateAttachmentType) operation call. |