Creating tasks using VBA

  • Thread starter Thread starter Vinay U
  • Start date Start date
V

Vinay U

Hi,

I have successfully written a macro that creates tasks. My
requirement is to create a task everytime I receive a
mail. I am trying to use the ItemAdd event to intercept
each new incoming mail. But the code provided on Microsoft
website does not seem to be working. I am using the
withevents example provided at
http://support.microsoft.com/default.aspx?scid=kb;en-
us;235852. The new event added does not seem to fire at
all.

Please let me know what needs to be done to rectify the
issue. I am using MS Outlook 2000 sp3 client.

Thanks,

Vinay
 
I found the reason why the macro was not getting fired.
The Security level must be set to medium or low for the
macro to run. Mine was set to High. Resetting it to a
lower level made the macro work.

Thanks,

Vinay.
 
Back
Top