JDBC Driver for Microsoft Exchange

Build 23.0.8839

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) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839