CreateAttachmentCompletedEventArgs Class

Definition

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.

Applies to