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

Productivity activities

Last updated Feb 19, 2026

SendMail

Sends an email message.

Namespace: UiPath.Mail.Activities.Api

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

Overloads

OverloadDescription
SendMail(SendMailOptions)Sends an email message with additional options.
SendMail(string, string, string)Sends an email message.

SendMail(SendMailOptions)

Sends an email message with additional options.

void SendMail(
	SendMailOptions options
)
void SendMail(
	SendMailOptions options
)

options SendMailOptions : The options used to send the email message.

SendMail(string, string, string)

Sends an email message.

void SendMail(
	string to,
	string subject,
	string body
)
void SendMail(
	string to,
	string subject,
	string body
)

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.

  • Overloads
  • SendMail(SendMailOptions)
  • SendMail(string, string, string)

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.