Consulting

Results 1 to 2 of 2

Thread: Solved: using outlook in vba

  1. #1
    VBAX Tutor
    Joined
    Nov 2007
    Posts
    291
    Location

    Solved: using outlook in vba

    Hello,

    I am trying to send an email in code and have found several code examples that will help me achieve this.

    All of them set a "MAPI namespace object" - my question is what on earth is that

    I googles it (as one does) and found lots of technical gobbledygook but couldnt get my hands on a clear easy to understand explanation of what it is

    Can anyone help

    Cheers
    Phil

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    Namespace is a group of data types, MAPI (Mail API) is just one of those. Outlook is just a mail client. You coulks use OE or any number of other 3rd party clients. It needs to interface with mail to do its stuff, this is via the mail API.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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