Activities
latest
false
Productivity Activities
Last updated Jun 26, 2024

GetNewestEmail

Retrieves the most recent email from the label folder that matches the criteria defined in the filter that belongs to the label folder.

Namespace: UiPath.Gsuite.Activities.API

Assembly: UiPath.Gsuite.Activities.API (in UiPath.Gsuite.Activities.API.dll)

Syntax

public IMail GetNewestEmail(
	IMailLabel folder = null,
	MailFilter filter = null,
	bool markAsRead = false
)public IMail GetNewestEmail(
	IMailLabel folder = null,
	MailFilter filter = null,
	bool markAsRead = false
)

Parameters

folder IMailLabel (Optional)
The label folder from which to retrieve the email from. Optional, default value is All Mail.
filter MailFilter (Optional)
The mail filter criteria that should be matched for the retrieved email. Optional, default value is null.
markAsRead Boolean (Optional)
Specifies if the retrieved email should be marked as read. Optional, default value is false.

Return value

IMail - The matched email.
  • Syntax
  • Parameters
  • Return value

Was this page helpful?

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