活动
最新
False
横幅背景图像
生产力活动
上次更新日期 2024年4月26日

Imap 连接

创建可以从指定服务器检索 IMAP 电子邮件消息的服务。

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

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

重载

重载描述
Imap(ImapConnectionOptions)创建一项服务,该服务可以从具有使用ImapConnectionOptions对象配置的属性的指定服务器检索 IMAP 电子邮件消息。
Imap(String, Int32)创建可以从指定服务器检索 IMAP 电子邮件消息的服务。

Imap(ImapConnectionOptions)

创建可以从指定服务器检索 IMAP 电子邮件消息的服务。 可以配置其他选项。

IImapMailService Imap(
	ImapConnectionOptions options
)IImapMailService Imap(
	ImapConnectionOptions options
)
options ImapConnectionOptions

用于自定义邮件检索的其他选项:

Imap(String, Int32)

创建可以从指定服务器检索 IMAP 电子邮件消息的服务。

IImapMailService Imap(
	string server,
	int port = 143
)IImapMailService Imap(
	string server,
	int port = 143
)
server String

要使用的电子邮件服务器主机。

port Int32 (可选)

用于获取电子邮件消息的端口 (默认值 = 143)。

返回值

IImapMailService
返回 IImapMailService 的实例。
  • 重载
  • Imap(ImapConnectionOptions)
  • Imap(String, Int32)
  • 返回值

此页面是否有帮助?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath 白色徽标
信任与安全
© 2005-2024 UiPath. All rights reserved.