Hi Team,
I am working on project where I am using Microsoft Office 365 Scope activity as shown in the figure below.
I am using get mails activity to fetch the mail from mailbox [working perfectly]
In my case I am just extracting one email and this email has only one activity. So my scenario is very easy. But still facing issues.
Get Mail : output = out_office363_OutputMails of type office365MailMessage
Since I have only one mail to be used : I used index (0) to identify this mail
Also, I can refer the attachment as office365Message_OutputMails(0).Attachment(0)
Since I have only one mail attachment to this mail.
Now I just want to download that one mailattachment to the folder location as shown in the figure.
The zipped file attached to this mail is downloaded to the location. However the original filezise is 26MB. However, the downloaded file size is 400KB and cannot be opened or unzipped.
I tried using VB.Net code, C# code, Save attachment activity. But got exact same results.
PLease help experts : @Anil_G @ashokkarale @Yoichi