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 <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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 > -- http://mail.python.org/mailman/listinfo/python-list