TDV Adapter for Microsoft Exchange

Build 22.0.8462

Stored Procedures

Stored procedures are function-like interfaces that extend the functionality of the adapter beyond simple SELECT/INSERT/UPDATE/DELETE operations with Microsoft Exchange.

Stored procedures accept a list of parameters, perform their intended function, and then return, if applicable, any relevant response data from Microsoft Exchange, along with an indication of whether the procedure succeeded or failed.

Microsoft Exchange Adapter Stored Procedures

Name Description
AddAttachments Add attachment(s) to a message.
DeleteAttachment Delete attachment.
DismissEventReminder Dismiss the reminder for an Event.
DownloadAttachments Download the attachments of an email
ForwardMail Retrieve Forwarded Mail.
GetAdminConsentURL Gets the admin consent URL that must be opened separately by an admin of a given domain to grant access to your application. Only needed when using custom OAuth credentials.
GetOAuthAccessToken Gets an authentication token from Outlook.
GetOAuthAuthorizationURL Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL.
MoveMail Move mail.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with various Office 365 services.
ReplyToMessage Reply to a Message.
RespondToEvent Respond to an Event.
SendMail Send mail.
SnoozeEventReminder Snooze the reminder for an Event.

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