Receiving emails through POP3 Sending with SMTP in VB5 
Author Message
 Receiving emails through POP3 Sending with SMTP in VB5

Receiving emails through POP3 Sending with SMTP in VB5

Hello,

ok, I can download normal text from a POP3 Server!

What about the different e-mail formats like Mime and Attachments?
Can I convert the mime format to VisualBasic RichTextFormat (RTF)?
What about attachments? How can I send and retrieve them? How can I
check in which formats the attachments are? Like Base64, Hex and so
on!

Remove when you are replying me.

Thanks Daniel



Sat, 24 Jun 2000 03:00:00 GMT  
 Receiving emails through POP3 Sending with SMTP in VB5

Quote:

>What about the different e-mail formats like Mime and Attachments?
>Can I convert the mime format to VisualBasic RichTextFormat (RTF)?
>What about attachments? How can I send and retrieve them? How can I
>check in which formats the attachments are? Like Base64, Hex and so
>on!

Mabry's Mail control handles MIME formatted messages.  It's
inexpensive and a free trial version is available at www.mabry.com.
The control handles base64, binhex, etc and makes dealing with
attachments easy.

Fyi:

The MIME spec (RFC 1521) describes, among other things, how to format
attachments in the body of a message.  That's how attachments are
handled.  So asking about "different e-mail formats like Mime and
Attachments" is not quite correct.  They aren't different, Mime
encompasses and includes attachments in its spec.

Zane



Sun, 25 Jun 2000 03:00:00 GMT  
 Receiving emails through POP3 Sending with SMTP in VB5

Catalyst has an SMTP control, a POP3 control and a MIME control that you
might be interested in. All our controls are royalty free. The free
evaluation software can be downloaded at our web site
(http://www.catalyst.com). We have included sample VB code to demonstrate
the use of the SMTP and POP3 controls.

--
Jack Kemp - Technical Support Specialist
Catalyst Development Corp.    URL: www.catalyst.com
Download our Full Featured Evaluation copy of SocketTools
with 19 custom controls for Internet development

Quote:
>Receiving emails through POP3 Sending with SMTP in VB5

>Hello,

>ok, I can download normal text from a POP3 Server!

>What about the different e-mail formats like Mime and Attachments?
>Can I convert the mime format to VisualBasic RichTextFormat (RTF)?
>What about attachments? How can I send and retrieve them? How can I
>check in which formats the attachments are? Like Base64, Hex and so
>on!

>Remove when you are replying me.

>Thanks Daniel



Mon, 26 Jun 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Receiving emails through POP3 Sending with SMTP in VB5

2. Receiving emails through POP3 Sending with SMTP in VB5

3. Receiving emails through POP3 Sending with SMTP in VB5

4. Receiving emails through POP3 Sending with SMTP in VB5

5. send and receive emails (SMTP, POP3)

6. send and receive emails (SMTP, POP3)

7. send and receive emails (SMTP, POP3)

8. send and receive emails (SMTP, POP3)

9. How do i send a email in vb using pop3 and smtp

10. Get Email Address and pop3 account and smtp server Defaults

11. Internet Email SMTP/POP3

12. SMTP/POP3 email client using SocketWrench

 

 
Powered by phpBB® Forum Software