Outlook Meeting Request

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
 
D

Dave Jones

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top