アクティビティ
最新
生産性を高めるアクティビティ
Last updated 2024年6月21日

メールに返信

指定したメールに、指定した設定で返信します。

名前空間: UiPath.Gsuite.Activities.API

アセンブリ: UiPath.Gsuite.Activities.API (UiPath.Gsuite.Activities.API.dll 内)

オーバー ロード

オーバーロード説明
ReplyToEmail(IMail, ReplyToEmailRequest)指定したメールに、指定した設定で返信します。
ReplyToEmail(IMail, String, String, String, String, String, Boolean)指定したメールに、指定した設定で返信します。

ReplyToEmail(IMail, ReplyToEmailRequest)

指定したメールに、指定した設定で返信します。

public void ReplyToEmail(
	IMail mail,
	ReplyToEmailRequest replyOptions
)public void ReplyToEmail(
	IMail mail,
	ReplyToEmailRequest replyOptions
)
mail IMail
返信が必要なメールです。
replyOptions ReplyToEmailRequest
返信メールの要求の設定です。

ReplyToEmail(IMail, String, String, String, String, String, Boolean)

指定したメールに、指定した設定で返信します。

public void ReplyToEmail(
	IMail mail,
	string body,
	string newSubject = null,
	string to = null,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)public void ReplyToEmail(
	IMail mail,
	string body,
	string newSubject = null,
	string to = null,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)
mail IMail
返信が必要なメールです。
body String
メールの内容です。
newSubject String (任意)
null ではない場合、メールの件名は指定した値に変更されます。既定値は null です。
to String (任意)
メールの別のプライマリ受信者です。任意です。既定値は null です。
cc String (任意)
メールのセカンダリ受信者です。任意です。既定値は null です。
bcc String (任意)
メール メッセージの非表示の受信者です。任意です。既定値は null です。
asDraft Boolean (任意)
電子メールを下書きとして送信するかどうかを指定します。任意です。既定値は false です。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.