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