Re: Outlook 2007, VB or VBA?
Thread moved from "Other BASIC" forum to "Office Development" forum
I have written some VBA macros in Outlook 2007, but as they weren't upgraded from Outlook 2000 I don't know what changes there are - I presume there will be some, most likely based around interacting with things like folders/messages.
Re: Outlook 2007, VB or VBA?
The number one change that will affect you is the inclusion of increased security on accessing properties of certain objects.
Outlooks Security Prompt
Now to contridict that is that in 2007 MS has relaxed the amount of security prompting etc only if you are running an Anti-virus program. If you are not then all the security wil apply.
Re: Outlook 2007, VB or VBA?
Thanks for the answers, I guess what i will have to do is just drop our vba scripts into 2007 and just see what happens, if it's messy enough I will just re-write using vb9, which I would rather do anyway.
Re: Outlook 2007, VB or VBA?
check my FAQ (link in signature) for how to with .net.