View Single Post
  #1  
Old March 24th 10, 01:31 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default NewMailEx event not Triggered

If VBA code is running on one machine and not another you need to check the
VBA and security settings for your versions of Outlook, which you don't
mention.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"savindrasingh" savindrasingh.48boda@invalid wrote in message
news:savindrasingh.48boda@invalid...

I had just tested below code to see if the events are gettings triggered
but nothing happens when I recieve an email :-(


Code:
--------------------
Private Sub Application_NewMailEx(ByVal EntryIDCollection As String)
MsgBox "New mail !"
End Sub

--------------------


It should atleast show the msgbox but nothing happens :-( any IDEAS ??


--
savindrasingh

THANKS AND REGARDS,
SavindraSingh
http://forums.slipstick.com


Ads