TDV Adapter for Microsoft Exchange

Build 22.0.8462

EventAttachments

EventAttachments View for Exchange data provider.

Table Specific Information

Select

You can query EventAttachments by specifying the Event Id (Requried):

SELECT * FROM [EventAttachments] WHERE EventId='event id'

This query will get the Attachments of the specified Event as a list without including their content.

Columns

Name Type Description
eventId String
id [KEY] String
contentType String
isInline Bool
lastModifiedDateTime Datetime
name String
size Int
userId String

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462