アクティビティ
最新
生産性を高めるアクティビティ
Last updated 2024年6月21日

メールの添付ファイルをダウンロード

メールに関連付けられた添付ファイルをダウンロードします。

名前空間: UiPath.Gsuite.Activities.API

アセンブリ: UiPath.Gsuite.Activities.API (UiPath.Gsuite.Activities.API.dll 内)

オーバー ロード

表 1.
オーバー ロード説明
DownloadEmailAttachments(IMail)指定したメールに関連付けられた添付ファイルをダウンロードします。
DownloadEmailAttachments(String)指定した messageID を持つメールに関連付けられた添付ファイルをダウンロードします。

DownloadEmailAttachments(IMail)

指定したメールに関連付けられた添付ファイルをダウンロードします。

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)
mail IMail
添付ファイルのダウンロード元のメールです。

DownloadEmailAttachments(String)

指定した messageID を持つメールに関連付けられた添付ファイルをダウンロードします。

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)
messageId String
添付ファイルのダウンロード元のメールの ID です。

戻り値

IReadOnlyDictionary<IMailAttachmentInfo, Stream> - 添付ファイルの情報から関連するストリーム データへのディクショナリです。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.