> Do you know of a program that can strip out the attachments and save > them somewhere Else? > > I need to get the subject information from the email and the > corresponding > Attachment so I can use it for another program.
Drew, Note that parsing out attachments from messages is *not* trivial. I wouldn't recommend trying to roll your own parser unless you have a thorough understanding of MIME and a library of decoding routines. The easiest way is probably going to be to use an off-the-shelf POP3 component (serverobjects.com, quiksoft.com) with a little VB app that will pop the account on schedule, and parse the messages out for you and save the attachments to disk. -Ron ______________________________________________________________________ The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc. Questions, Comments or Complain like Hell.. mailto:[EMAIL PROTECTED] Message Archive... http://www.tallylist.com/archives/index.cfm/mlist.4 To Manage your Subscription......... http://humankindsystems.com/lists
