[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

lotus notes and Ruby

ruby soho

9/13/2007 4:58:00 PM

I saw in the post

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

that you can use win32ole to call Lotus Notes client, but does anybody
know how to fill in the password?

Thanks
Joyce

1 Answer

Joe

9/13/2007 6:11:00 PM

0

ruby soho wrote:
> I saw in the post
>
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...
>
> that you can use win32ole to call Lotus Notes client, but does anybody
> know how to fill in the password?
>
> Thanks
> Joyce
>

The Session.Initialize method takes an optional password. From Notes help:

Call notesSession.Initialize( [ password$ ] )