Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey

Im trying to add text and attach a file to an existing outlook apointment, but i cant seem to find any documentation on it . does anyone have som expirience doing that ?

best regards Mikkel
Posted

1 solution

Here[^] is a link to code that purports to allow you to find an existing appointment. And here[^] is a link to code that purports to allow you to create a new appointment.
I would think that once you're able to find the appointment you want to edit, you should be able to edit it using a technique similar to the "create" scenario. Please note that I simply googled "vb.net outlook find appointment" and "vb.net outlook" to find these, so I don't know whether they will work for you or not.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900