CreateAttachmentCompletedEventArgs.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 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.