Activities
latest
false
Productivity Activities
Last updated Jun 26, 2024

SendEmail

Sends an email with the specified configuration.

Namespace: UiPath.Gsuite.Activities.API

Assembly: UiPath.Gsuite.Activities.API (in UiPath.Gsuite.Activities.API.dll)

Overloads

OverloadDescription
SendEmail(SendEmailRequest)Sends an email with the specified configuration.
SendEmail(String, String, String, String, String, Boolean)Sends an email with the specified configuration.

SendEmail(SendEmailRequest)

Sends an email with the specified configuration.

public void SendEmail(
	SendEmailRequest sendEmailOptions
)public void SendEmail(
	SendEmailRequest sendEmailOptions
)
sendEmailOptions SendEmailRequest
The send email request configuration.

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

Sends an email with the specified configuration.

public void SendEmail(
	string to,
	string subject,
	string body,
	string cc = null,
	string bcc = null,
	bool asDraft = false
)public 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 sent 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 White
Trust and Security
© 2005-2024 UiPath. All rights reserved.