[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

standards when using WIN32OLE

aidy

8/29/2008 12:23:00 PM

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