That's strange, it should work. Could you show all of your code please?
--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault/
"Joel Allen" wrote:
Hello,
I have a custom form that auto populates a Word template. I do this to
populate the subject field and it works:
objDoc.MailEnvelope.Item.Subject = "Test"
I'm trying to attach to it and it's not working. I'm trying this:
objDoc.MailEnvelope.Item.Attachments = "C:\Test.doc"
and this:
objDoc.MailEnvelope.Item.Attachments.Add = "C:\Test.doc"
and it's not working.
Any help is much appriciated. Thanks,
Joel