Activities
latest
false
Productivity Activities
Last updated Jun 26, 2024

DownloadEmailAttachments

Downloads the attachments associated with the email.

Namespace: UiPath.Gsuite.Activities.API

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

Overloads

Table 1.
OverloadsDescription
DownloadEmailAttachments(IMail)Downloads the attachments associated with the given mail.
DownloadEmailAttachments(String)Downloads the attachments associated with the email with the given messageId.

DownloadEmailAttachments(IMail)

Downloads the attachments associated with the given mail.

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	IMail mail
)
mail IMail
The email from which to download the attachments from.

DownloadEmailAttachments(String)

Downloads the attachments associated with the email with the given messageId.

public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)public IReadOnlyDictionary<IMailAttachmentInfo, Stream> DownloadEmailAttachments(
	string messageId
)
messageId String
The id of the email from which to download the attachments from.

Return value

IReadOnlyDictionary<IMailAttachmentInfo, Stream> - A dictionary from attachment info to the associated stream data.

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.