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

GetEmailAttachmentsInfo

指定したメールの添付ファイルの情報を取得します。

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

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

オーバー ロード

オーバーロード説明
GetEmailAttachmentsInfo(IMail)指定したメールの添付ファイルの情報を取得します。
GetEmailAttachmentsInfo(String)指定した messageId を持つメールの添付ファイルの情報を取得します。

GetEmailAttachmentsInfo(IMail)

指定したメールの添付ファイルの情報を取得します。
public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	IMail mail
)public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	IMail mail
)
mail IMail
添付ファイルの取得元のメールです。

GetEmailAttachmentsInfo(String)

指定した messageId を持つメールの添付ファイルの情報を取得します。

public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	string messageId
)public IReadOnlyCollection<IMailAttachmentInfo> GetEmailAttachmentsInfo(
	string messageId
)
messageId String
添付ファイルの情報の取得元メールの ID です。

戻り値

IReadOnlyCollection<IMailAttachmentInfo> - 指定したメールに属する添付ファイルのリストです。

Was this page helpful?

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