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

Productivity activities

Last updated Mar 13, 2026

MarkEmailasRead

Marks the email as read.

Namespace: UiPath.Gsuite.Activities.API

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

Overloads

OverloadsDecription
MarkEmailAsRead(IMail)Marks the specified mail as read.
MarkEmailAsRead(String)Marks the email with the specified messageId as read.

MarkEmailAsRead(IMail)

Marks the specified mail as read.

public void MarkEmailAsRead(
	IMail mail
)
public void MarkEmailAsRead(
	IMail mail
)

mail IMail : The email that should be marked as read.

MarkEmailAsRead(String)

Marks the email with the specified messageId as read.

public void MarkEmailAsRead(
	string messageId
)
public void MarkEmailAsRead(
	string messageId
)

messageId String : The id of the email that should be marked as read.

  • Overloads
  • MarkEmailAsRead(IMail)
  • MarkEmailAsRead(String)

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated