Hi all,
I have a bunch fo emails that are located in my outbox. Is there a VBA approach to add a generic PDF file to all the emails? That would save me a ton.
Thanks in advance
I found something like this but requires me to open the email first.
ActiveInspector.CurrentItem.Attachments.Add
I have a bunch fo emails that are located in my outbox. Is there a VBA approach to add a generic PDF file to all the emails? That would save me a ton.
Thanks in advance
I found something like this but requires me to open the email first.
ActiveInspector.CurrentItem.Attachments.Add