CreateAttachmentCompletedEventArgs.Result Property

Definition

The Result property gets a CreateAttachmentResponseType object for an asynchronous CreateAttachment(CreateAttachmentType) operation call.

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

Property Value

The Result property returns a CreateAttachmentResponseType object.

Applies to