TDV Adapter for Microsoft Exchange

Build 22.0.8462

Tables

The adapter models the data in Microsoft Exchange into a list of tables that can be queried using standard SQL statements.

Generally, querying Microsoft Exchange tables is the same as querying a table in a relational database. Sometimes there are special cases, for example, including a certain column in the WHERE clause might be required to get data for certain columns in the table. This is typically needed for situations where a separate request must be made for each row to get certain columns. These types of situations are clearly documented at the top of the table page linked below.

Microsoft Exchange Adapter Tables

Name Description
Calendar Create, update, delete, and query Calendar items.
Calendar_OptionalAttendees The optional attendees for a particular event. An ItemId must be specified when querying this view.
Calendar_RequiredAttendees The required attendees for a particular event. An ItemId must be specified when querying this view.
Contacts Create, update, delete, and query Contacts items.
DeletedItems Create, update, delete, and query Deleted Items.
Drafts Create, update, delete, and query Drafts items.
Folders Create, update, delete, and query subfolders for a given folder.
Inbox Create, update, delete, and query Inbox items.
JunkEmail Create, update, delete, and query Junk Email items.
Outbox Create, update, delete, and query Outbox items.
SentItems Create, update, delete, and query Sent Items.
Tasks Create, update, delete, and query Tasks items.

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