Hi again,
I have a problem with debuging my vba code in outlook
when I write this:
Private Sub Application_NewMailEx(ByVal EntryIDCollection As String) End Sub
it shows Macros window, that is empty, when I press run key.
but I dont have this problem when i write this:
Private Sub Application_NewMailEx() End Sub
whats the problem and what should I do?
Thank you all