views:

54

answers:

1

hi i wrote code for mailing it gives me error "Cannot create ActiveX component." . how to resolve it. i m new for lotus notes plz reply

A: 

Without a code sample you will not get an answer on a site dedicated to code. When you want to write code that sends an eMail I recommend you use Java or COM. Don't try to use UI classes. it can get as simple as: doc.send(false,"[email protected]")

stwissel