ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Microsoft Exchange の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMicrosoft Exchange から関連するレスポンスデータを返します。
CData JDBC Driver for Microsoft Exchange ストアドプロシージャ
Name | Description |
CreateAttachments | Create and add a attachment to an existing email. |
GetAttachment | Retrieves the indicated attachments. |
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. |
GetUserOofSettings | Provides access to the OOF settings of a user. A user is identified by the email address of the user. If the OOF message is null and OOF is enabled, no OOF message is sent. |
MoveItem | Move messages from one folder to another. |
RefreshOAuthAccessToken | Refreshes the OAuth access token used for authentication with various Office 365 services. |
SendItem | Send an email message that is located in the Exchange store. |
SendMail | Send a new email to the specified recipients. |