UiPath Documentation
activities
latest
false

Productivity activities

SendDraftEmail

Sends a draft email.

Namespace: UiPath.MicrosoftOffice365.Activities.Api

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

Overloads

OverloadDescription
SendDraftEmail(String, String)Sends the draft email identified by message id.
SendDraftEmail(IMail, String)Sends the draft email represented by an IMail object.

SendDraftEmail(String, String)

Sends the draft email identified by messageId.

void SendDraftEmail(
	string messageId,
	string account = null
)
void SendDraftEmail(
	string messageId,
	string account = null
)

messageId String : The id of the draft message to send.

account String (Optional) : If specified uses the given shared mailbox, otherwise uses the current account.

SendDraftEmail(IMail, String)

Sends the draft email represented by mail.

void SendDraftEmail(
	IMail mail,
	string account = null
)
void SendDraftEmail(
	IMail mail,
	string account = null
)

mail IMail : The draft email to send.

account String (Optional) : If specified uses the given shared mailbox, otherwise uses the current account.

  • Overloads
  • SendDraftEmail(String, String)
  • SendDraftEmail(IMail, String)

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated