activities
latest
false
UiPath logo, featuring letters U and I in white

Productivity activities

Last updated Feb 19, 2026

Pop3 Connection

Creates a service that can retrieve POP3 email messages from the specified server.

Namespace: UiPath.Mail.Activities.Api

Assembly: UiPath.Mail.Activities.Api (in UiPath.Mail.Activities.Api.dll)

Overloads

OverloadDescription
Pop3(MailConnectionOptions)Creates a service that can retrieve POP3 email messages from the specified server. Can be configured with additional options.
Pop3(String, Int32)Creates a service that can retrieve POP3 email messages from the specified server.

Pop3(MailConnectionOptions)

Creates a service that can retrieve POP3 email messages from the specified server. Can be configured with additional options.

IPop3MailService Pop3(
	MailConnectionOptions options
)
IPop3MailService Pop3(
	MailConnectionOptions options
)

options MailConnectionOptions : Additional options to customize the retrieval of mails:

Pop3(String, Int32)

Creates a service that can retrieve POP3 email messages from the specified server.

IPop3MailService Pop3(
	string server,
	int port = 110
)
IPop3MailService Pop3(
	string server,
	int port = 110
)

server String : The email server host to use.

port Int32 (Optional) : The port used to get the email messages (default = 110)

Return value

IPop3MailService : Returns an instance of IPop3MailService.

  • Overloads
  • Pop3(MailConnectionOptions)
  • Pop3(String, Int32)
  • Return value

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.