The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: How to create Appointment in Outlook using VB.NET
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

BinduPosted Aug 11, 2012, 3:57 AM
Nice post.It saved me a lot of time.Thanks for that.
tk gardnerPosted Feb 9, 2011, 6:37 PM
Is it possible to push an appointment item into another user's Outlook Folder location? If not, is it possible to email appointment notifications to other people, and if so what is the procedure? Thank you very much.
Somanath PillaPosted Feb 2, 2011, 4:09 PM
Thanks!!! That was an Excellent post!!! But When I implemented it I go this error.... Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80070005. I tried researching about it and tried to give permission to aspnet users, tried looking for a DCOM object but couldnt find one for outlook. Can you suggest a solution? Thanks, Som
Guy LingardPosted Mar 28, 2010, 12:55 PM
I have used code very similar to this to create a task in Outlook 2007, but I can't work out how to add a hyperlink into the body text to an executable. I've tried using something like <outlook:// "c:\windows\notepad.exe">, but this is just added to the body text as text. Any clues on how to add a hyperlink into the body text would be appreciated.