Is there a reason why in VB6, this will work:
but in VB.Net you get the following error message:Code:Dim olMail as Outlook.MailItem . . . olMail.Send
??Code:"'Send' is ambiguous across the inherited interfaces 'Outlook._MailItem' and 'Outlook.ItemEvents_Event'"
if so, can someone please show me how to press the "send" button???
thanks....
![]()




Reply With Quote