Outlook Meeting Request

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Using Outlook 98 and Access97:

I have sucessfully generated an Outlook Meeting request from Access, and set
the Start, Duration, Subject and Location parameters.

I would like to have a file included as an attachment. How do I set this
up?

Thanks,
Andy
 
Andy,

Have not looked, but there should be an attachments
property to which you can add attachments.

Code would look something like
Set MyAttachments=Myrequest.Attachments
MyAttachments.Add "C:\My Documents\attach.doc"

Dave
 
Back
Top