Results 1 to 4 of 4

Thread: VB and Outlook Express

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 1999
    Posts
    3

    Post

    Every article I read about sending email revolves around Outlook, but I suspect OE users outnumbers Outlook users.
    I've found no docs on how to instantiate Outlook Express in VB, nor anything on OE object model (if there is one). Palms HotSync software handles mail retrieval/sending with OE quite nicely, so obviously you can persuade OE to work for you - the question is how?

  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173

    Post

    Outlook Express provides a somewhat drummed down version of the Outlook Object Model. I have not done much with it, but I suggest you take a look yourself. Load VB, click Project, References and then scroll down and select Microsoft Outlook Express 5.0 Type Library.

    ------------------
    "To the glory of God!"


  3. #3
    Lively Member
    Join Date
    May 1999
    Location
    Vancouver, BC, Canada
    Posts
    84

    Post

    I've used MapiSession & MapiMessages with Netscape and Outlook Express but I couldn't get it to work with Outlook. What I like about Mapi is it opens the default email software rather than coding for one email program only.

    Components -> Microsoft Mapi Controls

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    OutLook express is an absolute pain!

    It uses "simple mapi" whereas proper outlook uses Extended Mapi - The Vb mapimail ocx uses extended mapi as well.

    even then Version 5 is required because Version 4 is not up to the job!

    This has been giving us serious grief because mapimail ocx need windows messaging which is only supplied as an after-thought on the windows 98 cd.

    One of our apps depends on the Mapimail ocx if the user then instals OE5 the whole lot falls over because OE5 replaces perfectly good Extended mapi DLLs with its crap ones!



    ------------------
    Mark Sreeves
    Analyst Programmer

    [email protected]
    A BMW Group Company

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