Reply to an Email

Replies to an email through Outlook with the specified details and attachments.

This procedure is part of the Microsoft Outlook Book (BDK). To use this book, you must first learn it in your agent.

Note: It requires the following permissions on the scopes: Mail.ReadWrite, Mail.ReadWrite.Shared, Mail.Send

Input Concepts

Concept
Description
Type
Required

The email to be replied

outlook email

Yes

message body

The body of the reply

text

Yes

subject

The subject of the reply

text

No

recipients

The recipients of the reply

text

No

cc recipients

The cc recipients of the reply

text

No

bcc recipients

The bcc recipients of the reply

text

No

attachments

The attachments to be sent with the reply

file

No

Examples

  1. Reply to the specified email

use the first email as the email
reply the email with
	the message body is "Thank you for the information"
  1. Reply to the specified email with custom subject

use the first email as the email
reply the email with
	the subject is "Re by me: Meeting Reminder"
	the message body is "Thank you for the information"
  1. Reply to the specified email with custom cc recipients

use the first email as the email
the cc recipients are "[email protected]", "[email protected]"
reply the email with
	the cc recipients is the cc recipients
  1. Reply to the specified email with custom bcc recipients

use the first email as the email
the bcc recipients are "[email protected]", "[email protected]"
reply the email with
	the bcc recipients is the bcc recipients
  1. Reply to the specified email with attachments

use the first email as the email
use the above as the file
use the above as the other file
the attachments are the file, the other file
reply the email with
	the message body is "Thank you for the information"
	the attachments is the attachments

Last updated

Was this helpful?