J
Joel Allen
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
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