Search results

  1. S

    NewMailEx event not Triggered

    I had just tested below code to see if the events are gettings triggered but nothing happens when I recieve an email :-( Private Sub Application_NewMailEx(ByVal EntryIDCollection As String) MsgBox "New mail !" End Sub It should atleast show the msgbox but nothing...
  2. S

    NewMailEx event not Triggered

    Hello experts, I am working on a macro to automate the processing of incoming mails using below code: Private Sub Application_NewMailEx(ByVal EntryIDCollection As String) Dim xlApp As New Excel.Application Dim xlBook As New Excel.Workbook Dim varEntryIDs, objItem...
Back
Top