Sending an outlook meeting request

ppirates

Member
Joined
Jul 19, 2006
Messages
12
Programming Experience
10+
I have written code to add a calendar entry in my VB 2005 project. It works ok, but I want to also send the Calendar entry to other people.

I added a couple of recipients thinking that it would be that simple, and although it adds the people as attendees of a meeting, it doesn't send the request to them.

I added appointment.send(), but it didn't do anything.

I already have an appointment.save(), which successfully stores the item to the calendar.

Any ideas how I can get it to send?

Thanks
 
Back
Top