![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi Guys,
I am attempting to create an internal email template within outlook 2002 for my department at work. The hope is that I can create an email template, which will not send if there is a non-company email address in the 'to:' field. For example if the company email ended: ’ - I would like this template to only accept email addresses ending in ' within the 'to:' field. Does anybody have any ideas how to do this? Can this be done by inputting validation code for the 'to:' field? If not does anybody have any interesting ideas for creating a template that is obviously for internal use one, for example just as a high priority message contains the text 'this message was sent with high importance?' - could such a system be adjusted to say 'this message is intended for internal use only'? I have experimented, producing a privacy scroll bar that inserted text into the subject line, and prints off a privacy status, though it did not meet my foolishly high expectations. Many Thanks Tom Mc |
Ads |
#2
|
|||
|
|||
![]()
This would require VBScript code behind the form in the Item_Send event handler, to iterate the Item.Recipients collection and check each Recipient.Address value.
Outlook does support a rich classification scheme, but it takes much more than simple custom form design to implement it. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 " wrote in message ... Hi Guys, I am attempting to create an internal email template within outlook 2002 for my department at work. The hope is that I can create an email template, which will not send if there is a non-company email address in the 'to:' field. For example if the company email ended: ’ - I would like this template to only accept email addresses ending in ' within the 'to:' field. Does anybody have any ideas how to do this? Can this be done by inputting validation code for the 'to:' field? If not does anybody have any interesting ideas for creating a template that is obviously for internal use one, for example just as a high priority message contains the text 'this message was sent with high importance?' - could such a system be adjusted to say 'this message is intended for internal use only'? I have experimented, producing a privacy scroll bar that inserted text into the subject line, and prints off a privacy status, though it did not meet my foolishly high expectations. Many Thanks Tom Mc |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating custom template to use as corp New mail message template | Lars JJ | Outlook - Using Forms | 8 | May 15th 07 09:32 AM |
Creating Internal forms | Kevin Porter | Outlook - Using Forms | 5 | March 23rd 07 11:57 PM |
Creating a Template | TreesRgreen | Outlook - Calandaring | 1 | January 2nd 07 03:21 PM |
Creating a new default message template | Gill Group | Outlook - General Queries | 4 | October 6th 06 08:25 PM |
Need help creating letterhead template in Outlook | C. Andrew | Outlook - Installation | 0 | May 19th 06 11:57 AM |