Re: Access lotus notes using Python



Hi,
Thanks very much for the input. Could you please tell me where I could get
the API reference for these COM classes to access Lotus Notes?

Thanks again
Sateesh
<jmgouzit@xxxxxxxxx> wrote in message
news:1116921752.615735.187040@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> try this
>
> import win32com.client
> session = win32com.client.Dispatch('Lotus.NotesSession')
> session.Initialize(r'pppppppp')
> db = session.GetDatabase('',r'dddddddd.nsf')
> view = db.GetView(r'vvvvvvvv')
> doc = view.GetFirstDocument()
> print doc.GetFirstItem('iiiiii').Values
>
> domino return string as unicode
>


.



Relevant Pages

  • Re: Full screen cocoa
    ... Where did you find "SetSystemUIMode"? ... the API reference, and it seems to need Carbon.h. ... Paul ... Prev by Date: ...
    (comp.sys.mac.programmer.help)
  • Re: How to sort in a descending way?
    ... yes, ooops, but I'm sure the gist was obvious. ... it at least points out the API reference which anyone can read ... Mike W ... Prev by Date: ...
    (comp.lang.java.help)