activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

生产力活动

上次更新日期 2026年3月11日

GetMessages

检索 Imap 邮件消息。

命名空间:UiPath.Mail.Activities.Api

程序集:UiPath.Mail.Activities.Api(在 UiPath.Mail.Activities.Api.dll 中)

重载

重载描述
GetMessages(GetImapMailOptions)检索具有使用GetImapMailOptions对象配置的属性的 Imap 邮件消息。
GetMessages(GetMailOptions)检索带有其他选项的 Imap 邮件消息。
GetMessages()检索 Imap 邮件消息。

GetMessages(GetImapMailOptions)

检索具有使用GetImapMailOptions对象配置的属性的 Imap 邮件消息。

IReadOnlyCollection<MailMessage> GetMessages(
	GetImapMailOptions options
)
IReadOnlyCollection<MailMessage> GetMessages(
	GetImapMailOptions options
)

options “获取图像邮件选项” :用于检索电子邮件消息的选项。

GetMessages(GetMailOptions)

检索包含其他选项的电子邮件消息。

IReadOnlyCollection<MailMessage> GetMessages(
                GetMailOptions options
                )
IReadOnlyCollection<MailMessage> GetMessages(
                GetMailOptions options
                )

options “获取邮件选项” :用于自定义邮件检索的其他选项:

* `Top` - The number of messages to retrieve starting from the top of the list.
* `Top` - The number of messages to retrieve starting from the top of the list.

GetMessages()

检索电子邮件消息。

IReadOnlyCollection<MailMessage> GetMessages()
IReadOnlyCollection<MailMessage> GetMessages()

返回值

作为邮件消息对象集合的已检索邮件消息。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新