Hi folks,
I used to have two rules to run automatically, they are to print email when specific emails are received. For unknown reason, the automation now stops. I googled and only found one suggestion here and create this startup in VBA:
Private Sub Application_Startup()
MsgBox "Welcome, " & Application.GetNamespace("MAPI").CurrentUser
Application.ActiveExplorer.WindowState = olMaximized
End Sub
Still not working.
It would be greatly appreciated if anyone can give me any clue.
Thanks.
I used to have two rules to run automatically, they are to print email when specific emails are received. For unknown reason, the automation now stops. I googled and only found one suggestion here and create this startup in VBA:
Private Sub Application_Startup()
MsgBox "Welcome, " & Application.GetNamespace("MAPI").CurrentUser
Application.ActiveExplorer.WindowState = olMaximized
End Sub
Still not working.
It would be greatly appreciated if anyone can give me any clue.
Thanks.