Receiving and sending data from the Zip file

Hello everyone,

I need to get pdf file which name contains “proposal” from zip file and send it by using outlook mail message.

I tried import Ionic.Zip.

I wrote ZipFile.Read(zip_path).Entries in for each values and type argument was changed to Ionic.Zip.ZipFile but studio gives an error like ZipFile is not in Ionic.Zip import.

Do you have any suggestion?

Regards

Use Zip and Unzip activities. You can find the package in Zip UnZip Activities - RPA Component | UiPath Marketplace
or directly in Manage package section in UiPath studio

3 Likes

I did thanks :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.