UiPath Documentation
studio
latest
false
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
UiPath logo, featuring letters U and I in white

Studio-Benutzerhandbuch

Letzte Aktualisierung 8. Apr. 2026

Mail Supported Activities

Refer to the table below for the Mail activities that are supported when using the Activity Migrator tool.

Source activityDestination activity/activitiesHinweise
Send Outlook Desktop Mail Message (SendOutlookMail)SendMailConnections
oder
GetEmailByIdConnections + ForwardEmailConnections
By default the activity is migrated to SendMailConnections.
If Mail message field from Forwardcategory is populated, the activity will be migrated to GetEmailByIdConnections + ForwardEmailConnections. The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.
When both source attachments are set (File path attachments collection + File path attachments), a new expression is created that unifies both entries in the Attachments(s) property of the migrated activity. Otherwise, only their counterpart migrated property is populated.
Get Outlook Desktop Mail Messages (GetOutlookMailMessages)GetEmailListConnections
oder
GetEmailListConnections + Assign
Filtering options are currently unsupported and have to be manually migrated.
If the output of the original activity is set to a variable, an Assign activity will be appended. The Assign activity sets the original output variable from the source activity (List<MailMessage) to the output of the migrated activity (List<Office365Message>). This is done in order to preserve the original behavior of the workflow. Therefore, non-migratable activities that consume the original source activity output (List<MailMessage>) will still work as expected without requiring input modification.
Mark Outlook Desktop Mail As Read/Unread (MarkOutlookMailAsRead)GetEmailByIdConnections + MarkAsReadUnreadConnectionsThe GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.
Move Outlook Desktop Mail Message (MoveOutlookMessage)GetEmailByIdConnections + MoveEmailConnectionsThe GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.
Delete Outlook Desktop Mail Message (DeleteOutlookMailMessage)GetEmailByIdConnections + DeleteEmailConnectionsThe GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.
Reply To Outlook Desktop Mail Message (ReplyToOutlookMailMessage)GetEmailByIdConnections + ReplyToEmailConnectionsThe GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.
Set Outlook Desktop Mail Categories (SetOutlookMailCategories)GetEmailByIdConnections + SetEmailCategoriesConnectionsThe GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.
Save Outlook Desktop Mail Message (SaveOutlookMailMessage)GetEmailByIdConnections + DownloadEmailConnectionsThe GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id.

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben