D
docuity2
<QUOTE>
Hi Mark,
Yes you'll retrieve the attachments from the AppointmentItem but yo
won't
paste directly into it. The method works like this.
1) Add an Explorer to the Outlook application object , using th
default
folder with a type of olFolder Calendar
2) Display the explorer
3) "Execute" the paste command from the Explorer's CommandBar
collection
4) Retrieve the appointment item from the CurrentItem of Outlooks
ActiveInspector
5) Interate the Attachments collection of the AppointItem
6) Call SaveAs on each attachment
I hope this is clear. Let me know how you fare.
Thanks,
Jim
Jim Vita
Microsoft Developer Support
</QUOTE>
Does anyone know how to implement this logic?
Please, share your code or ideas.
Sincerely,
Illy
Hi Mark,
Yes you'll retrieve the attachments from the AppointmentItem but yo
won't
paste directly into it. The method works like this.
1) Add an Explorer to the Outlook application object , using th
default
folder with a type of olFolder Calendar
2) Display the explorer
3) "Execute" the paste command from the Explorer's CommandBar
collection
4) Retrieve the appointment item from the CurrentItem of Outlooks
ActiveInspector
5) Interate the Attachments collection of the AppointItem
6) Call SaveAs on each attachment
I hope this is clear. Let me know how you fare.
Thanks,
Jim
Jim Vita
Microsoft Developer Support
</QUOTE>
Does anyone know how to implement this logic?
Please, share your code or ideas.
Sincerely,
Illy