How can i check if the inbox folder is active ?

  • Thread starter Thread starter Frank Hübner
  • Start date Start date
F

Frank Hübner

My problem is i don't know how can i check if the inbox is active ???

Im not the outlook profi.



Please help

thanks frank
 
Hi Frank,

active folder:
Application.ActiveExplorer.CurrentFolder

default Inbox:
Application.Session.GetDefaultFolder(olFolderInbox)

Do you know how to compare two object variables?
 
Back
Top