UiPath Documentation
activities
latest
false

Productivity activities

GetEmailThread

Retrieves all emails that belong to the same conversation thread.

Namespace: UiPath.GSuite.Activities.API

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

Overloads

OverloadDescription
GetEmailThread(IMail)Retrieves all emails that belong to the same conversation thread as the specified email.
GetEmailThread(String)Retrieves all emails that belong to the specified conversation thread.

GetEmailThread(IMail)

Retrieves all emails that belong to the same conversation thread as the specified email.

IReadOnlyCollection<IMail> GetEmailThread(
	IMail mail
)
IReadOnlyCollection<IMail> GetEmailThread(
	IMail mail
)

mail IMail : The email whose thread should be retrieved.

GetEmailThread(String)

Retrieves all emails that belong to the specified conversation thread.

IReadOnlyCollection<IMail> GetEmailThread(
	string threadId
)
IReadOnlyCollection<IMail> GetEmailThread(
	string threadId
)

threadId String : The ID of the thread to retrieve.

Return value

IReadOnlyCollection<IMail> - A list of emails in the thread.

  • Overloads
  • GetEmailThread(IMail)
  • GetEmailThread(String)
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated