Thanks Matthew, That was exactly what I was looking for. It is hard to find things here since my company shuts down certain options on the install of software - things that the consider security risk. I never thought of looking at that since most of the option in Outlook are shut down here.
Again, thanks for the help Mario -----Original Message----- From: Matthew Fusfield [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 3:19 PM To: CF-Talk Subject: RE: CFMAIL and CFMAILPARAM Mario, Basically any message header will do in CFMAILPARAM. A good way to try it out is to send yourself a message and then click View|Options in Outlook to view the full message headers for that; you can then duplicate the headers to have the desired effect. For example, <CFMAILPARAM name="X-Message-Flag" value="Follow Up"> will flag a message for followup. -Matt -----Original Message----- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 3:11 PM To: CF-Talk Subject: CFMAIL and CFMAILPARAM Hi, I was wondering if anyone knows of a list of all the CFMAILPARAMS that I can use with CFMAIL. I am trying to set so of the options on emails to marks the emails in Outlook such as Priority and Followup. I was able to set the priority and the reply to different values but I was just wondering if there are any other others. I tried to do a search on MSDN but I am still wading thru the 100's of pages returned. Anyway here is a sample of the code that I wrote so far: <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" subject="Brand new special offer" type="html"> <cfmailParam name="Reply-To" value="[EMAIL PROTECTED]"> <cfmailParam name="X-Priority" value="1"> Your request has been logged and you will be notified of the outcome. If you want to check on the status click here: http:\\snyc************/**** Regards Web Auditor </cfmail> I was able to figure out the reply to and priority but I was wondering if there is more. Thanks in advance, Mario Ciliotta This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

