Outlook 2003 email template (OFT)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top