GetAttachmentCompletedEventArgs.Result Property

Definition

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

public:
 property ExchangeWebServices::GetAttachmentResponseType ^ Result { ExchangeWebServices::GetAttachmentResponseType ^ get(); };
public ExchangeWebServices.GetAttachmentResponseType Result { get; }
Public ReadOnly Property Result As GetAttachmentResponseType

Property Value

The Result property returns a GetAttachmentResponseType object.

Applies to