ODBC Driver for Microsoft Office 365

Build 22.0.8462

Stored Procedures

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

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

CData ODBC Driver for Microsoft Office 365 Stored Procedures

Name Description
AssignLicense Add or remove subscriptions for the user. You can also enable and disable specific plans associated with a subscription
CancelEvent Cancels an event.
CreateFolder Upload a new file or update content to an existing file.
CreateSchema Creates a schema file for the specified table or view.
DownloadAttachments Download the attachments of an email
DownloadEmail Download the Email
DownloadFile Download the file
ForwardEvent Forward events to recipients.
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 Office365.
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 auth token from this URL.
MoveMail Move mail.
RefreshOAuthAccessToken Refreshes the OAuth access token used for authentication with various Office 365 services.
SendMail Send mail.
UploadFile Upload a new file or update content to an existing file.

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