Home All Groups Group Topic Archive Search About
Author
11 Oct 2005 1:39 AM
IWP506
Hello.

I'm trying to build a simple program that can get and parse an
email.  I was told that the function MapiReadMail() could do this, but
I can't figure out how to use it.

Can someone please post a simple example of how to grab a message from
a server?

thanks,

iwp506

Author
11 Oct 2005 2:15 AM
Jeff Johnson [MVP: VB]
<IWP***@gmail.com> wrote in message
news:1128994756.939844.188600@g43g2000cwa.googlegroups.com...

> I'm trying to build a simple program that can get and parse an
> email.  I was told that the function MapiReadMail() could do this, but
> I can't figure out how to use it.
>
> Can someone please post a simple example of how to grab a message from
> a server?

"Email" is a vague term. What kind of "server" are you trying to retrieve a
message from? Exchange? POP3? IMAP? Lotus Notes? Etc....
Author
11 Oct 2005 8:20 PM
IWP506
pop3
Author
12 Oct 2005 2:46 AM
Jeff Johnson [MVP: VB]
<IWP***@gmail.com> wrote in message
news:1129062010.936667.135330@g14g2000cwa.googlegroups.com...

> pop3

I'm sure if you Google for "POP3 VB control free" you'll find some .OCXs
that'll suit you just fine. Or maybe Ken will drop by with a link.
Author
12 Oct 2005 8:17 PM
IWP506
Jeff Johnson [MVP: VB] wrote:
> <IWP***@gmail.com> wrote in message
> news:1129062010.936667.135330@g14g2000cwa.googlegroups.com...
>
> > pop3
>
> I'm sure if you Google for "POP3 VB control free" you'll find some .OCXs
> that'll suit you just fine. Or maybe Ken will drop by with a link.

Thanks, I found a really good one on VBdiamond