----- Original Message -----
From: <[EMAIL PROTECTED] (paul smith)>
To: "inFusion Support List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 13, 2001 2:32 PM
Subject: Re: [iMS] Email in SQL Server


> For ColdFusion, I assume you mean I can access the raw mail file in
> data.cfm in FusionMail
>

Yes.

> There the raw mail file (including its path) is called #emailfile#  (as an
> aside, I'm trying to understand where the value of this variable was set).
>

The iMS POST Server sets this value.

> In any event, although the CFX_ODSMIME docs are written in terms of
> decoding attachments, I gather it can also decode the message itself.

Yes.

>This
> is my first cut at how I might use CFX_ODSMIME, and I'm stuck on FILELIST.
> Is it the file name only, or file name plus path?

The file name only (the name of one of the file attachments).

> If the former, I guess I can use GetFileFromPath()  Am I on the right track
> here?
>

Not exactly.  What that parameter is for is when you already know the file attachment 
names.  You first do a cfx_odsmime and don't
decode.  This gives you the plain text and html text of the mail as well as a list of 
file attachments. You can then use the tag
again to decode the individual attachments or all attachments.

Regards,

Howie

==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to