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

Productivity Activities

Last updated Mar 19, 2025

SendMail

Sends an Outlook email message.

Namespace: UiPath.Mail.Activities.Api

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

Overloads

OverloadDescription
SendMail(SendOutlookMailOptions)Sends an Outlook mail message with properties configured using the SendOutlookMailOptions object.
SendMail(SendMailOptions)Sends a mail message with additional options.
SendMail(string, string, string)Sends a mail message.

SendMail(SendOutlookMailOptions)

Sends an Outlook mail message with properties configured using the SendOutlookMailOptions object.
 void SendMail(
	SendOutlookMailOptions options
)void SendMail(
	SendOutlookMailOptions options
)
options SendOutlookMailOptions
The options used to send the mail message.

SendMail(SendMailOptions)

Sends an email message with additional options.

 [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]void SendMail(
	SendMailOptions options
)
options SendMailOptions
The options used to send the email message.

SendMail(string, string, string)

Sends an email message.

 [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]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.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
© 2005-2025 UiPath. All rights reserved.