SRoyi
1
Hi all,
I am currently trying to attach these files in to send outlook mail activity using the AttachmentsCollection instead of just Attachments.

How would I go about to get all these files to be attached via AttachmentsCollection? Thanks.
Regards
jack.chan
(Jack Chan)
2
like this
arrayA.Union(arrayB).ToArray().Union(arrayC).ToArray()
1 Like
Yoichi
(Yoichi)
3
HI,
How about the following?
arrFiles1.Concat(arrFiles2).Concat(arrFiles3)
Regards,
1 Like
system
(system)
Closed
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.