Outlook 2003 email template (OFT)

T

test

I would like to setup an email template where some of the text in the
template are locked from being deleted or edited eg: Dear, Name, etc.

Sample letter:
------------------
Dear ,
Your reference number is

The text "Dear" and "Your reference number is" are locked so that the user
can only fill out corresponding text to the right of those fields.

How can this be achieved and if it needs development - how to?

Rgds
P F
 
J

Jason

test said:
I would like to setup an email template where some of the text in the
template are locked from being deleted or edited eg: Dear, Name, etc.
How can this be achieved and if it needs development - how to?

Rgds
P F

Will require development for sure. You will need to create a from with
Delphi or VB that gets all the information and then "send" it using
Extended MAPI (C++) or CDO (VB).


Outlook Profiler. See what you have been missing!
http://goffconcepts.com/products/windows/profiler/index.html
 
Top