Inserting a file into a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a simple form in Outlook and I now wish to insert a File into this form as an attachment. Help?????
 
Make sure you still have the message control (the big box where you write the message) on the form. If you mean attach programmatically, the syntax is Item.Attachments.Add filename
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top