How do I verify whether Redemption registered or not on my machine?
Thanks,
Paresh
"Ken Slovak - [MVP - Outlook]" wrote:
Is Redemption registered on that machine? Does New work?
Are you running any script stopper from A-V or firewall software that might
be preventing CreateObject() from working?
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"masani paresh" wrote in message
...
Dmitry, You are right. I used following code to get the time zone but it
says
"ActiveX component cannot create object: Redeption.RDOSession" Could you
help
me.
set Session = CreateObject("Redemption.RDOSession")
set Timezones = Session.Timezones
for each TZ in Timezones
MsgBox TZ.Name
next
Thanks,
Paresh