Add an Outlook Toolbar Button to Create a Business Note

B

Bernhard Schmidt

I don't know if this is your error, but the folder names in the BCM are
localized. I have the german version, so my case I had to use:
Set historyFolder = bcmRootFolder.Folders("Kommunikationshistorie")

Maybe change it to your danish folder name...but if this was your only
problem, it should throw out an exception, that the folder could not be
found...


mureren, am 22.04.2007 14:30:
 
M

mureren

Thanks Bernhard

that was the case.

In danish its
Set historyFolder = bcmRootFolder.Folders("Kommunikationsoversigt")
 
Top