ODBC Driver for Email

Build 23.0.8839

SendMailMessage

Sends the message to the specified recipient.

Note:このプロシージャは、インデックス付きパラメータを使用します。 インデックス付きパラメータは、プロシージャの入力として単一のパラメータを複数のインスタンスに提供することを容易にします。

Param# という名前の入力パラメータがあるとします。このようなインデックス付きパラメータの複数のインスタンスを入力するには、次のように実行します。

EXEC ProcedureName Param#1 = "value1", Param#2 = "value2", Param#3 = "value3"

以下の表では、インデックス付きの入力パラメータは、名前の末尾に '#' 文字が付きます。

Input

Name Type Description
To String The semicolon-separated list of names and email addresses of the recipients.
Subject String The subject of the mail message.
From String The email address of the sender.
MessageBody String The message body.
CC String The semicolon-separated list of names and email addresses of the CCed recipients.
BCC String The semicolon-separated list of names and email addresses of the BCCed recipients.
Attachment# String Semicolon-separated list of the attachment file names (with path if reading from a file) included in the message.
AttachmentData# String Semicolon-separated list of the base-64-encoded attachment data included in the message. (You must still specify the filename in Attachments.)
InlineImage# String Semicolon-separated list of the inline image identifiers (cids) to be included in the message.
InlineImageData# String Semicolon-separated list of the base-64-encoded image data to be included in the message.
IsHTML String Whether the email is HTML or plain text.

デフォルト値はTRUEです。

Importance String Importance of the mail message.

使用できる値は次のとおりです。UNSPECIFIED, LOW, NORMAL, HIGH

デフォルト値はUNSPECIFIEDです。

Priority String Priority of the mail message.

使用できる値は次のとおりです。UNSPECIFIED, NONURGENT, URGENT, NORMAL

デフォルト値はUNSPECIFIEDです。

Sensitivity String Sensitivity of the mail message.

使用できる値は次のとおりです。UNSPECIFIED, PERSONAL, PRIVATE, COMPANYCONFIDENTIAL

デフォルト値はUNSPECIFIEDです。

DeliveryNotification String Email address to send a delivery notification to.
ReadReceipt String Email address to send a read receipt to.
Charset String The character set to use in the message.

デフォルト値はUTF-8です。

Result Set Columns

Name Type Description
MessageId String The Id for the message as returned by the server.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839