studio
latest
false
- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- 制御フロー
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- ログ
- 診断ツール
- ワークフロー アナライザー
- ワークフロー アナライザーについて
- ST-DBP-002 - 多数の引数
- ST-DBP-003 - 空の catch ブロック
- ST-DBP-007 - 複数のフローチャートレイヤー
- ST-DPB-010 - [ワークフロー] または [テスト ケース] の複数のインスタンス
- ST-DBP-020 - 未定義の出力プロパティ
- ST-DBP-021 - ハードコードされたタイムアウト
- ST-DBP-023 - 空のワークフロー
- ST-DBP-024 - 永続性アクティビティの確認
- ST-DBP-025 - 変数のシリアル化の前提条件
- ST-DBP-027 - Persistence のベスト プラクティス
- ST-DBP-028 - 引数のシリアル化の前提条件
- ST-USG-005 - ハードコードされたアクティビティのプロパティ
- ST-USG-009 - 未使用の変数
- ST-USG-010 - 未使用の依存関係
- ST-USG-014 - パッケージの制限
- ST-USG-017 - パラメーターの修飾子が無効
- ST-USG-020 - 最小ログ メッセージ
- ST-USG-024 - 未使用で保存されたままの値
- ST-USG-025 - 保存した値の誤用
- ST-USG-026 - アクティビティの制限
- ST-USG-027 - 必要なパッケージ
- ST-USG-028 - ファイル テンプレートの呼び出しの制限
- ST-USG-027 - 必須のタグ
- ST-USG-034 - Automation Hub URL
- 変数
- 引数
- インポートされた名前空間
- コード化されたオートメーション
- トリガーベースの有人オートメーション
- オブジェクト リポジトリ
- ScreenScrapeJavaSupport ツール
- 拡張機能
- Studio でのテスト
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Studio ガイド
最終更新日時 2026年4月8日
Mail Supported Activities
Refer to the table below for the Mail activities that are supported when using the Activity Migrator tool.
| Source activity | Destination activity/activities | 備考 |
|---|---|---|
Send Outlook Desktop Mail Message (SendOutlookMail) | SendMailConnectionsOR 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) | GetEmailListConnectionsOR 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 + MarkAsReadUnreadConnections | The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id. |
Move Outlook Desktop Mail Message (MoveOutlookMessage) | GetEmailByIdConnections + MoveEmailConnections | The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id. |
Delete Outlook Desktop Mail Message (DeleteOutlookMailMessage) | GetEmailByIdConnections + DeleteEmailConnections | The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id. |
Reply To Outlook Desktop Mail Message (ReplyToOutlookMailMessage) | GetEmailByIdConnections + ReplyToEmailConnections | The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id. |
Set Outlook Desktop Mail Categories (SetOutlookMailCategories) | GetEmailByIdConnections + SetEmailCategoriesConnections | The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id. |
Save Outlook Desktop Mail Message (SaveOutlookMailMessage) | GetEmailByIdConnections + DownloadEmailConnections | The GetEmailByIdConnections is used to convert from MailMessage to Office365Message by using the MailMessage id. |