Hello,
I'm trying to write a code which would add files from a specific folder to currently opened email via file dialog box. Could someone help me with this?
Sub test()
Dim objOutApp As Object, objMail As Object
Dim myItem As Outlook.MailItem
Dim myAttachments As Outlook.Attachments...