GetAttachmentCompletedEventArgs Class

Definition

The GetAttachmentCompletedEventArgs class provides data for the GetAttachmentCompleted event.

public ref class GetAttachmentCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class GetAttachmentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class GetAttachmentCompletedEventArgs
Inherits AsyncCompletedEventArgs
Inheritance
GetAttachmentCompletedEventArgs

Properties

Result

The Result property gets a GetAttachmentResponstType object from an asynchronous GetAttachmentAsync(GetAttachmentType) method call.

Applies to