G
Guest
Hello!
I wrote the following line in a macro:
Dim folderName As String
folderName = Application.ActiveExplorer.CurrentFolder
after running the line, I get the name of the Current Folder. I want the
number of the folder, because people use different langueges in outlook, and
the name "Inbox" or "Sent Items" is in different langueges by each user. How
can I get the number of the folder instead of the name?
Thanks,
Yonina.
I wrote the following line in a macro:
Dim folderName As String
folderName = Application.ActiveExplorer.CurrentFolder
after running the line, I get the name of the Current Folder. I want the
number of the folder, because people use different langueges in outlook, and
the name "Inbox" or "Sent Items" is in different langueges by each user. How
can I get the number of the folder instead of the name?
Thanks,
Yonina.