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

Productivity Activities

上次更新日期 2025年2月12日

ForwardEmail

Forwards the specified mail.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Overloads

OverloadDescription
ForwardEmail(IMail, ForwardEmailRequest)Forwards the specified mail.
ForwardEmail(IMail, String, String, String, String, String, Boolean)Forwards the specified mail.

ForwardEmail(IMail, ForwardEmailRequest)

void ForwardEmail(
	IMail mail,
	ForwardEmailRequest forwardEmailRequest
)void ForwardEmail(
	IMail mail,
	ForwardEmailRequest forwardEmailRequest
)
mail IMail
The email that should be forwarded.
forwardEmailRequest ForwardEmailRequest
The forward email request configuration.

ForwardEmail(IMail, String, String, String, String, String, Boolean)

void ForwardEmail(
	IMail mail,
	string body,
	string newSubject = null,
	string to = null,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)void ForwardEmail(
	IMail mail,
	string body,
	string newSubject = null,
	string to = null,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)
mail IMail
The email that should be forwarded.
body String
The content of the email.
newSubject String (Optional)
If not null, the subject of the email will be changed to the given value. Default value is null.
to String (Optional)
The primary recipient of the email. Optional, default value is null.
cc String (Optional)
The secondary recipient of the email. Optional, default value is null.
bcc String (Optional)
The hidden recipient of the email. Optional, default value is null.
asDraft Boolean (Optional)
Specifies if the email should be saved as draft. Optional, default value is false.

此页面有帮助吗?

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