Data type:Mail Message(Power Automate Desktop)

Japanese version.

Power Automate Desktop treats E-mail as a variable of its own data type.

How to use

Variables of this data type are retrieved by the Retrieve email messages from Outlook Action.

. Separated by a property, you can retrieve information.
The following example retrieves the body of the email.

Properties

ParameterDescription
.AttachmentsList of attachment paths. This is set if the attachment exists.
.BodyThe body of the e-mail.
In the case of HTML mail, tags are also included.
.BodyTextThe body of the e-mail.
Tags are excluded for HTML emails.
.CcCc List.
.DateDate and time the email was sent.
.UidEmail ID.
.FromEmail Sender.
.MailFolderThis is the folder where your email is stored.
.SubjectEmail Subject.
.ToTo List.

Links

Examples of Use

---