DeleteAttachmentCompletedEventArgs.Result Property

Definition

The Result property gets a DeleteAttachmentResponseType object for an asynchronous DeleteAttachmentAsync(DeleteAttachmentType) method call.

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

Property Value

The Result property returns a DeleteAttachmentResponseType object.

Applies to