JDBC Driver for Email

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 IMAP.

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

CData JDBC Driver for Email Stored Procedures

Name Description
GetPartIMAP Gets the message part specified by LocalFile or PartId from the message specified by Id on the IMAP server.
GetPartPOP Gets the message part specified by LocalFile or PartId from the message specified by Id on the POP server.
MoveEmails Moves the messages specified by Ids to the mailbox specified by Mailbox .
SendMailMessage Sends the message to the specified recipient.
SetFlags Adds or Rpelaces exeisting flags with the specified flags.
SetLabels Adds or Rpelaces exeisting Labels with the specified Labels.

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