M
Michael.Kensy
Hi again,
I must be stupid ... why doesn't following code add strTag-Item into
strParameter-Folder
***
Set Application.ActiveExplorer.CurrentFolder =
Application.GetNamespace("MAPI").GetFolderFromID(strParameter)
Set objNewItem =
Application.ActiveExplorer.CurrentFolder.Items.Add(strTag)
objNewItem.Display
***
going throug this lines CurrentFolder of the ActiveExplorer is always set to
the folder I want ... but folder (also FullFolderPath) of objNewItem will be
set to the one which has been activated b e f o r e running the code.
Whats wrong with it?
thanx again
michael
I must be stupid ... why doesn't following code add strTag-Item into
strParameter-Folder
***
Set Application.ActiveExplorer.CurrentFolder =
Application.GetNamespace("MAPI").GetFolderFromID(strParameter)
Set objNewItem =
Application.ActiveExplorer.CurrentFolder.Items.Add(strTag)
objNewItem.Display
***
going throug this lines CurrentFolder of the ActiveExplorer is always set to
the folder I want ... but folder (also FullFolderPath) of objNewItem will be
set to the one which has been activated b e f o r e running the code.
Whats wrong with it?
thanx again
michael