Attachments to Forms

  • Thread starter Thread starter DanL
  • Start date Start date
D

DanL

I want to attach supporting documentation (including
pictures) to a custom form but can't decipher the book to
figure it out. The form is based on a message
form. "AttachmentAdd" says it occures when an attachment
has been added to an item but how do you add an
attachment in the first place?

I would appreciate any insight anyone could provide.
 
When in doubt, check the object browser: Press ALt+F11 to open the VBA
environment in Outlook, then press F2. The method you're looking for is
MailItem.Attachments.Add
 
Back
Top