![]() |
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
|
|||
|
|||
![]()
I wish to create an email template with specific formating - Any ideas?
The email subject line should by default have the date [YYYYMMDD] Then a pop up box for the user to enter the subject Then a pop up combo box to choose either [C, P, M] The subject field will then look like: [date] [subject] [Priority Letter] example: 20070206 Email to users of Outlook M |
Ads |
#2
|
|||
|
|||
![]()
For what purpose? To send messages internally within an Exchange server environment? To send messages to external recipients?
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "PAZ" wrote in message ... I wish to create an email template with specific formating - Any ideas? The email subject line should by default have the date [YYYYMMDD] Then a pop up box for the user to enter the subject Then a pop up combo box to choose either [C, P, M] The subject field will then look like: [date] [subject] [Priority Letter] example: 20070206 Email to users of Outlook M |
#3
|
|||
|
|||
![]()
We are trying to create an electronic filing system, where the subject line
of an email would be used to file and index records via the standardised subject heading The format needs to be as explained following our eworking policy The completed template will be used to send messages internally & externally... :-) "Sue Mosher [MVP-Outlook]" wrote: For what purpose? To send messages internally within an Exchange server environment? To send messages to external recipients? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "PAZ" wrote in message ... I wish to create an email template with specific formating - Any ideas? The email subject line should by default have the date [YYYYMMDD] Then a pop up box for the user to enter the subject Then a pop up combo box to choose either [C, P, M] The subject field will then look like: [date] [subject] [Priority Letter] example: 20070206 Email to users of Outlook M |
#4
|
|||
|
|||
![]()
To do what you want would require a custom form, but using a published custom form to send messages to external recipients is generally a bad idea. A possible solution would be a custom form that has code behind it to generate the desired subject, but not on the custom form item. Instead, it would create a completely new item (Application.CreateItem), populate that item's Subject and other properties, and send that item.
A minimum prerequisite for such a form would be the ability to publish it to the Organizational Forms library. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "PAZ" wrote in message ... We are trying to create an electronic filing system, where the subject line of an email would be used to file and index records via the standardised subject heading The format needs to be as explained following our eworking policy The completed template will be used to send messages internally & externally... :-) "Sue Mosher [MVP-Outlook]" wrote: For what purpose? To send messages internally within an Exchange server environment? To send messages to external recipients? "PAZ" wrote in message ... I wish to create an email template with specific formating - Any ideas? The email subject line should by default have the date [YYYYMMDD] Then a pop up box for the user to enter the subject Then a pop up combo box to choose either [C, P, M] The subject field will then look like: [date] [subject] [Priority Letter] example: 20070206 Email to users of Outlook M |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to store and reuse email templates | igenr8 | Outlook - General Queries | 1 | January 3rd 07 04:00 PM |
Email and Fax Contact in outlook 2002 | Rock | Outlook - Using Contacts | 2 | December 7th 06 09:18 PM |
Email Templates | Graham | Outlook Express | 1 | October 9th 06 10:09 PM |
OUtlook 2002 not connecting to email service | Tim Gleason | Outlook - Installation | 2 | September 26th 06 05:35 PM |
HELP Outlook 2002 Email Follow-Up??? | JDS | Outlook - General Queries | 2 | September 22nd 06 06:32 PM |