How to execute Paste command in Outlook?

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
 

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