activities
latest
false
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
生产力活动
Last updated 2024年9月27日

下载电子邮件附件

下载与电子邮件关联的附件。

命名空间:UiPath.Gsuite.Activities.API

程序集:UiPath.Gsuite.Activities.API(在 UiPath.Gsuite.Activities.API.dll 中)

重载

表 1.
重载描述
DownloadEmailAttachments(IMail)下载与给定邮件关联的附件。
DownloadEmailAttachments(String)下载与具有给定消息 ID 的电子邮件相关的附件。

DownloadEmailAttachments(IMail)

下载与给定邮件关联的附件。

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)
邮件 IMail
要从中下载附件的电子邮件。

DownloadEmailAttachments(String)

下载与具有给定消息 ID 的电子邮件相关的附件。

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)
消息 ID 字符串
要从中下载附件的电子邮件的 ID。

返回值

IReadOnlyDictionary<IMailAttachmentInfo, Stream> - 从附件信息到关联流数据的字典。

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。