TDV Adapter for Email

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

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

Email Adapter 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