「SMTPメールメッセージを送信」アクテビティについてです。※現在ナレッジ準備中です
1.アクティビティのプログラム名
RCA.Activities.Mail.SendMail
2.説明
Studio バージョン 2.0.3.0~
クイックアクセス: メール>SMTP>SMTPメールメッセージを送信
You can send an email messages by using SMTP protocol.
SMTPプロトコルを使用してメールを送信することができます。
3.プロパティ
プロパティ一覧のみ掲載します。
※システム内部で保有しているプロパティを記載している場合があり、コボットStudio画面内で確認不可のものが一部ございます。ご了承ください。
AttachmentsCollection ・・・ Collection of file paths to be attached to the mail message.
Bcc ・・・ The recipients of emails you want to hide from others.
Body ・・・ The body of the mail message.
Cc ・・・ The secondary recipients of the email message
Email ・・・ The email account used to send the message.
From ・・・ The email address of the sender
MailMessage ・・・ This message to o forwarded. This field only supports MailMessage objects.
Name ・・・ The name of the sender
Password ・・・ The password of the email account used to send the message
Port ・・・ The port that the email is to be sent through.
Server ・・・ The email server host that is to be used.
Subject ・・・ The subject of the message you want to send
TimeoutMS ・・・ Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 3000 milliseconds(30 seconds)
To ・・・ The recipients of the email message
DisplayName ・・・ The display name of this activity. You can edit the name of the activity to organize and structure your code better.
EnableSSL
IsBodyHtml ・・・ You check it if the body is in Html format.
SecureConnection ・・・ Specifies when the SSL/TLS encryption are used. It contains: None, Auto, SslOnConnect, StartTls, StartTlsWhenAvailable
Files
4.使い方
準備中