I'm trying to use the redemption library in my script now and I can't load it.
Set m_objRDOSession = CreateObject("Redemption.RDOSession")
I have also tried to load it directly like the following
Set m_objRDOSession = GetObject("Redemption.dll", "Redemption.RDOSession")
Both the same error code, with null message and source.
I'm using windows 64 bit with outlook 32 bit. I have successfully loaded the library with c# and the redemption loader on the same machine.
PS: I should mention that I saw the terms and agreement prompt before the error got thrown.
What can I do?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…