DeleteAttachmentCompletedEventArgs.Result Property
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 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.