ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、IMAP の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにIMAP から関連するレスポンスデータを返します。
CData ADO.NET Provider for Email ストアドプロシージャ
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. |