In Opentext team developer 7.0 when I try to use QuickMail it does not populate Outlook new email msg.
If tblQuickMail.ExecNew( )
Set tblQuickMail.Recipients = 'testemail@yahoo.com'
Set tblQuickMail.Subject = 'test'
Set tblQuickMail.Text = 'testing'
Call tblQuickMail.ExecSend( )
It just opens a blank email. Why?