Re: Access lotus notes using Python
- From: "Sateesh" <sateeshkavuri@xxxxxxxxx>
- Date: Tue, 24 May 2005 08:56:56 GMT
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
>
.
- Follow-Ups:
- Re: Access lotus notes using Python
- From: jm
- Re: Access lotus notes using Python
- References:
- Access lotus notes using Python
- From: Sateesh
- Re: Access lotus notes using Python
- From: Kartic
- Re: Access lotus notes using Python
- From: Michael Ströder
- Re: Access lotus notes using Python
- From: Kartic
- Re: Access lotus notes using Python
- From: Sateesh
- Re: Access lotus notes using Python
- From: jmgouzit@xxxxxxxxx
- Access lotus notes using Python
- Prev by Date: Re: re[2]: Com object questions
- Next by Date: Static binding
- Previous by thread: Re: Access lotus notes using Python
- Next by thread: Re: Access lotus notes using Python
- Index(es):
Relevant Pages
|