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
                   2009-10-12 16:09:01