OBJECT CALL ool_Curitem.Move(vofolder) TO voutpfolder
GIVES: Compile error: data type mismatch
GIVES: Compile error: data type mismatch
OBJECT CALL ool_Curitem.Move(voutpfolder) TO vVar
Code:
LOCAL voutpfolder AS DISPATCH or LOCAL voutpfolder AS outlookmapifolder SET voutpfolder = oOl_folder 'oOl_folder is valid because i can request a oOl_folder.getname() to vVar and then the move command: OBJECT CALL ool_Curitem.Move(vofolder) TO voutpfolder GIVES: Compile error: data type mismatch
When I use a variant inputfolder
I think it's time we ask you to "show code sample which you think should compile but doesn't. "
We can't tell how anything is defined or used from these scattered snippets. At least I certainly can't.
MCM
Leave a comment: