UiPath Documentation
activities
latest
false

Productivity activities

ReplyOutlookMailOptions

Options for replying to an Outlook email message.

Namespace: UiPath.Mail.Activities.Api

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

Properties

PropertyTypeDefaultDescription
MailMessageMailMessageRequiredThe email message to reply to.
BodyStringnullThe body text of the reply.
AttachmentsListEmpty listFile paths of attachments to include in the reply.
ReplyToAllBooleanfalseIf true, replies to all recipients. If false, replies only to the sender.
AdditionalToListnullAdditional recipients to add to the To field.
AdditionalCcListnullAdditional recipients to add to the CC field.
BccListnullRecipients to add to the BCC field.
NewSubjectStringnullThe subject line for the reply. If not specified, defaults to "RE: {original subject}".
ImportanceMailImportanceNormalThe importance level of the email message.
ReplyFromStringnullThe sender to reply from.

Builder Methods

MethodReturnsDescription
WithMailMessage(MailMessage mailMessage)ReplyOutlookMailOptionsSet the MailMessage property.
WithBody(string body)ReplyOutlookMailOptionsSet the Body property.
WithAttachments(List<string> attachments)ReplyOutlookMailOptionsSet the Attachments property.
WithReplyToAll(bool replyToAll)ReplyOutlookMailOptionsSet the ReplyToAll property.
WithAdditionalTo(List<string> additionalTo)ReplyOutlookMailOptionsSet the AdditionalTo property.
WithAdditionalCc(List<string> additionalCc)ReplyOutlookMailOptionsSet the AdditionalCc property.
WithBcc(List<string> bcc)ReplyOutlookMailOptionsSet the Bcc property.
WithNewSubject(string newSubject)ReplyOutlookMailOptionsSet the NewSubject property.
WithImportance(MailImportance importance)ReplyOutlookMailOptionsSet the Importance property.
WithReplyFrom(string replyFrom)ReplyOutlookMailOptionsSet the ReplyFrom property.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated