J
JohnJohn
Hello,
I am automating some Word functionality (invisibly) in VB 6 and the
Microsoft Word 9.0 Object Library.
I need to send the active document as email exactly as it happens in the
Word application GUI when you click the "File/Send To/Mail Recipient" menu
item and then click the "Send Copy" button (after filling in the email
address, subect, etc.).
I do not want to send the file as an attachment as I've seen happen with the
Word.Document.SendMail() function. Maybe I'm not using that function
properly, but does anyone know the way to do this? Perhaps by somehow
accessing the menu items collection in Word?
Thanks!
John
I am automating some Word functionality (invisibly) in VB 6 and the
Microsoft Word 9.0 Object Library.
I need to send the active document as email exactly as it happens in the
Word application GUI when you click the "File/Send To/Mail Recipient" menu
item and then click the "Send Copy" button (after filling in the email
address, subect, etc.).
I do not want to send the file as an attachment as I've seen happen with the
Word.Document.SendMail() function. Maybe I'm not using that function
properly, but does anyone know the way to do this? Perhaps by somehow
accessing the menu items collection in Word?
Thanks!
John