Thats really a mail service issue, a function of your mail daemon/server. If
you are using email through webbased form then you can use upload
attachments with <CFFILE>.

ie
Send mail to: <INPUT TYPE="TEXT" VALUE="mailto">
Attach a file: <INPUT TYPE="FILE" VALUE="uploadfile">

Then
<CFFILE ACTION="UPLOAD">

See the book for arguments...

-----Original Message-----
From: YungChih Chen <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Date: Wednesday, April 26, 2000 1:32 PM
Subject: extract attached file from email


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BFAF97.0506A10A
Content-Type: text/plain;
charset="windows-1252"


Hi,
can someone tell me if this could be done!
When system received incoming email, that email has file attached with it,
Can I used ColdFusion to extract that file from the email then save attached
file to other location?

Thank you for any suggestion!

Yungchih

------_=_NextPart_001_01BFAF97.0506A10A
Content-Type: text/html;
charset="windows-1252"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.0.1461.43">
<TITLE>extract attached file from email</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>Hi,</FONT>
<BR><FONT SIZE=2>can someone tell me if this could be done!</FONT>
<BR><FONT SIZE=2>When system received incoming email, that email has file
attached with it,</FONT>
<BR><FONT SIZE=2>Can I used ColdFusion to extract that file from the email
then save attached file to other location?</FONT>
</P>

<P><FONT SIZE=2>Thank you for any suggestion!</FONT>
</P>

<P><FONT SIZE=2>Yungchih</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01BFAF97.0506A10A--
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to