|
-
Feb 11th, 2003, 01:04 PM
#1
Thread Starter
Hyperactive Member
email attachments {RESOLVED}
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?
Last edited by wolfrose; Feb 11th, 2003 at 06:00 PM.
-
Feb 11th, 2003, 01:31 PM
#2
Hyperactive Member
Yes, it would be a good addition to the VBCodeBook.NET!
-
Feb 11th, 2003, 02:38 PM
#3
Sleep mode
Re: email attachments
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?
Would this help !
-
Feb 11th, 2003, 03:20 PM
#4
Thread Starter
Hyperactive Member
It would if I wanted to pay $300 for it
-
Feb 11th, 2003, 03:23 PM
#5
Sleep mode
Originally posted by wolfrose
It would if I wanted to pay $300 for it
lol ..
-
Feb 11th, 2003, 03:35 PM
#6
Sleep mode
-
Feb 11th, 2003, 03:39 PM
#7
Thread Starter
Hyperactive Member
That's great except it doesn't handle attachments.
-
Feb 11th, 2003, 03:43 PM
#8
Sleep mode
Originally posted by wolfrose
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 !
-
Feb 11th, 2003, 03:59 PM
#9
Sleep mode
I mean this :
VB Code:
Dim MyMail As New Mail.MailMessage()
.
.
.
MyMail.Attachments.Add("C:\File.txt")
-
Feb 11th, 2003, 06:00 PM
#10
Thread Starter
Hyperactive Member
I found an ocx that works perfectly. If anyone is interested, here is the link
http://www.ostrosoft.com/smtp.asp
-
Feb 11th, 2003, 10:46 PM
#11
Sleep mode
you can do it by adding the attachment method to your msg .
anyways , happy to hear
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|