SteveBoard
Programmer
What's the syntax to create a macro for Outlook that inserts a file into the email?
In Word, it's:
Selection.InsertFile FileName:="Email_StevePersonal.htm"
I can't find the language for Outlook.
I can create the mailitem, then add a subject and a body. But what if you have a file you want to be the body? (Not an attachment, but the text of the body.)
In Word, it's:
Selection.InsertFile FileName:="Email_StevePersonal.htm"
I can't find the language for Outlook.
I can create the mailitem, then add a subject and a body. But what if you have a file you want to be the body? (Not an attachment, but the text of the body.)