Hi,

I am trying to send email from my forms application.
Host('"C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE10\OUTLOOK" /172.16.32.20:mailto:'||emailid||'?cc='||emailid||'&bcc='||emailid||'&subject='||emailid||'&body='||'test');

I am trying to use the above command but it does not work. Its giving me a error. Can somebody help me to do this.

Thanks in anticipation.