A
aidy
Hi,
If I use WIN32OLE in Ruby should the method names be Ruby standard
name_space = outlook.GetNameSpace("MAPI")
or should I follow the MS convention
objNameSpace = objOutlook.GetNameSpace("MAPI")
Thanks
Aidy
If I use WIN32OLE in Ruby should the method names be Ruby standard
name_space = outlook.GetNameSpace("MAPI")
or should I follow the MS convention
objNameSpace = objOutlook.GetNameSpace("MAPI")
Thanks
Aidy