I saw in the post
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/171217
that you can use win32ole to call Lotus Notes client, but does anybody
know how to fill in the password?
Thanks
Joyce
I saw in the post
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/171217
that you can use win32ole to call Lotus Notes client, but does anybody
know how to fill in the password?
Thanks
Joyce
ruby soho wrote:
I saw in the post
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/171217
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$ ] )