Results 1 to 2 of 2

Thread: OutlookMailItem.Send doesn't work in VB.Net - RESOLVED

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member stingrae's Avatar
    Join Date
    Apr 2002
    Location
    Sydney
    Posts
    401

    Cool OutlookMailItem.Send doesn't work in VB.Net - RESOLVED

    Is there a reason why in VB6, this will work:
    Code:
        Dim olMail as Outlook.MailItem
        .
        .
        .
        olMail.Send
    but in VB.Net you get the following error message:
    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....
    Last edited by stingrae; Dec 28th, 2002 at 09:16 PM.
    "The passion lives to keep your faith, though all are different, all are great" ... Michael Hutchence 1960-1997.

    Windows & Web Developer
    Specialising in Visual Basic .Net & Client Server Programming & Client/Customer Relations Databases
    Sutherland Shire, Sydney Australia
    www.stingrae.com.au
    Developer of Arnold - Gym & Martial Arts Database Management System
    www.gymdatabase.com.au

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width