muthu.m
(Muthu M)
August 22, 2019, 3:29am
1
Hi all,
I want send an email through OUTLOOK with the attachment of 8 pdf files in a particular folder.
I aware about Send Outlook Mail Activity.
But i dont know how to attach multiple attachments dynamically.
@Palaniyappan @sandeep13 @Lahiru.Fernando
Pls guide me…
Thanks in Advance
Muthu
@muthu.m
Use Send Outlook Mail activity. In that you will find the attach option. You can attach multiple attachments by passing the arguments.
1 Like
muthu.m
(Muthu M)
August 22, 2019, 3:39am
3
@lukas_krishnan
Thanks for ur quick response.
Thats what im asking, how to pass the attachment path to arguments…?
Thanks
Muthu
inp
(impal)
August 22, 2019, 3:47am
4
@muthu.m
1.** filelist=Directory.getfiles(“folderpath”)**
2.Pass the filelist variable to attachmentsCollection property of send Send Outlook Mail activity
3 Likes
muthu.m
(Muthu M)
August 22, 2019, 3:52am
5
Hi @inp ,
Thank u !!
What Data Type will i declare the variable filelist ?
System.Windows…??
Thanks
Muthu
inp
(impal)
August 22, 2019, 3:55am
6
@muthu.m filelist will declared with String[]
1 Like
muthu.m
(Muthu M)
August 22, 2019, 3:56am
7
@inp
Thanks a lot.
Will try and get back to you!!
Thanks
Muthu
muthu.m
(Muthu M)
August 22, 2019, 4:08am
8
Hi @inp ,
Thanks a lot…!!!
Its working fine…
Warm Regards
Muthu
system
(system)
Closed
August 25, 2019, 4:08am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.