Results 1 to 11 of 11

Thread: email attachments {RESOLVED}

  1. #1

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309

    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.

  2. #2
    Hyperactive Member RealNickyDude's Avatar
    Join Date
    Nov 2002
    Location
    Watching you through the hidden camera :o
    Posts
    435
    Yes, it would be a good addition to the VBCodeBook.NET!
    [vbcode]
    On Error GoTo Hell
    [/vbcode]:¬) Nicky : Why not try VBCodebook.NET.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    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 !

  4. #4

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309
    It would if I wanted to pay $300 for it

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by wolfrose
    It would if I wanted to pay $300 for it
    lol ..

  6. #6
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    try this

  7. #7

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309
    That's great except it doesn't handle attachments.

  8. #8
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 !

  9. #9
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    I mean this :
    VB Code:
    1. Dim MyMail As New Mail.MailMessage()
    2. .
    3. .
    4. .
    5. MyMail.Attachments.Add("C:\File.txt")

  10. #10

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309
    I found an ocx that works perfectly. If anyone is interested, here is the link
    http://www.ostrosoft.com/smtp.asp

  11. #11
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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
  •  



Click Here to Expand Forum to Full Width