Well, really your best bet is to send the attachment along with the
original
meeting request. That would handle the task of automatically adding the
meeting and attached file to the recipient's calendar folder.
If you send an update meeting request that would also work but would
update
the original meeting, which may not be what you want. In general if you
add
something to a meeting Outlook will want to update that meeting for all
the
meeting recipients. So it's best to do everything once at the beginning.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment
Optionshttp://
www.slovaktech.com/products.htm
<snip>
Thanks for your reply ken. I wanted to know after forwarding the
attachment to all the attendees, how do i make sure that it gets saved
to the recipients calender. Is there any way to do this in outlook
directly? or will this have to be handled via code? The add-in would
be running on the client machine so if i need to handle this via code
how do i go about it? do i need to monitor each mail item that is
recieved and check for the attachment? If I do have to check for each
mail item recieved wouldnt the perfomance on the client machine be
poor?- Hide quoted text -
- Show quoted text -
Thanks again for your suggestions. But as per the requirements of the
add-in i am developing i need to allow this attachment to be sent even
after the meeting request has been accepted by all. Not only that,
even the other invitees (other than the one who sent the meeting
request) of the meeting should be able to send this attachment, so
using "update meeting" is not an option. On using the forward option
under the Actions Menu, the meeting along with the attachment can be
sent after the user types in the e-mail addresses it is to be
forwarded to. In this case the meeting itself gets at the updated at
the recipients calender, but the attachment doesnt. How could i force
the attachment to also get saved at the recipients calender?