I was wondering if anybody could save me a lot of time and trouble. I have written an email server program, but I need to be able to send and recieve attachments as well. Does anyone have some code that will do this?
Printable View
I was wondering if anybody could save me a lot of time and trouble. I have written an email server program, but I need to be able to send and recieve attachments as well. Does anyone have some code that will do this?
Yes, it would be a good addition to the VBCodeBook.NET!
Would this help !Quote:
Originally posted by wolfrose
I was wondering if anybody could save me a lot of time and trouble. I have written an email server program, but I need to be able to send and recieve attachments as well. Does anyone have some code that will do this?
It would if I wanted to pay $300 for it
lol ..:DQuote:
Originally posted by wolfrose
It would if I wanted to pay $300 for it
try this
That's great except it doesn't handle attachments.
I think you can include some code within it to send an attachment!but it seems lost at the moment !I'll look for a link though !Quote:
Originally posted by wolfrose
That's great except it doesn't handle attachments.
I mean this :
VB Code:
Dim MyMail As New Mail.MailMessage() . . . MyMail.Attachments.Add("C:\File.txt")
I found an ocx that works perfectly. If anyone is interested, here is the link
http://www.ostrosoft.com/smtp.asp
you can do it by adding the attachment method to your msg .
anyways , happy to hear :D