Stored Procedures
Stored procedures are function-like interfaces that extend the functionality of the connector beyond simple SELECT/INSERT/UPDATE/DELETE operations with IMAP.
Stored procedures accept a list of parameters, perform their intended function, and then return any relevant response data from IMAP, along with an indication of whether the procedure succeeded or failed.
CData Tableau Connector 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. |