activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Feb 19, 2026

SendEmail

Sends an email message.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Overloads

OverloadDescription
SendEmail(SendEmailRequest)Sends an email message.
SendEmail(String, String, String, String, String, Boolean)Sends an email message.

SendEmail(SendEmailRequest)

void SendEmail(
	SendEmailRequest sendEmailRequest
)
void SendEmail(
	SendEmailRequest sendEmailRequest
)

sendEmailRequest SendEmailRequest : The send email request configuration.

SendEmail(String, String, String, String, String, Boolean)

void SendEmail(
	string to,
	string subject,
	string body,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)
void SendEmail(
	string to,
	string subject,
	string body,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)

to String : The primary recipient of the email.

subject String : The subject of the email.

body String : The content of the email.

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.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.