From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,81ed167dfb5984bb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-05 18:03:41 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: gnatcom and Extended MAPI Date: Wed, 5 Jun 2002 21:02:15 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:25379 Date: 2002-06-05T21:02:15-04:00 List-Id: The best way to do this is bind to the CDO library. David Botton BTW, try the GNATCOM mail list - see http://www.adapower.com/gnatcom for how to join :-) "Terry Westley" wrote in message news:YsuL8.354$Mh2.60983@news.uswest.net... > In some of David's GNATCOM documentation http://www.adapower.com/gnatcom/, > he mentions the possibility of implementing Extended MAPI in a COM object. > > Has anyone done this? > > I'm trying to write VBA code in Outlook to identify and control incoming SPAM. > Unfortunately, Microsoft protects the privacy of spammers with its Outlook > security model: you can't ask useful things like "did this mail originate within > my company?" of the Outlook VBA object model! The solution appears to be > to use Extended MAPI. Now, you know the rest of the story.