activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Productivity Activities

上次更新日期 2025年1月30日

SendMailAsync

Sends an email message asynchronously.

Namespace: UiPath.Mail.Activities.Api

Assembly: UiPath.Mail.Activities.Api (in UiPath.Mail.Activities.Api.dll)

Overloads

OverloadDescription
SendMailAsync(SendMailOptions, CancellationToken)Sends an email message asynchronously with additional options.
SendMailAsync(string, string, string, CancellationToken)Sends an email message asynchronously.

SendMailAsync(SendMailOptions, CancellationToken)

Sends an email message asynchronously with additional options.

Task SendMailAsync(
	SendMailOptions options,
	CancellationToken token
)Task SendMailAsync(
	SendMailOptions options,
	CancellationToken token
)
options SendMailOptions
The options used to send the email message.
token CancellationToken
The cancellation token to cancel the operation.

SendMailAsync(string, string, string, CancellationToken)

Sends an email message asynchronously.

Task SendMailAsync(
	string to,
	string subject,
	string body,
	CancellationToken token
)Task SendMailAsync(
	string to,
	string subject,
	string body,
	CancellationToken token
)
to String
The main recipients of the email message, separated by semicolon.
subject String
The subject of the email message.
body String
The body of the email message.
token CancellationToken
The cancellation token to cancel the operation.

Return value

[MISSING DESCRIPTION]

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2025 UiPath。保留所有权利。