![]() |
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 would like to create an email template which:
1. Allows users to type free text into a Summary (Summary* ! 8! ![]() and Description (Description* !240000007! ![]() 2. When the user sends the email the message is fomated in a specific text format that the TO address will receive: i.e. # # Email to Remedy # Schema: HPD:HelpDesk Server: remedy.demo.net Login: demo Password: demo Action: Submit Format: Short Source* !260000128!: Email Group+ !240000006!: Group Name Requestor Login !240000005!: demo Name*+ !240000001!: demo Region !200000012!: demo Site !200000007!: demo Submitted by !260100001!: demo Urgency !240000009!: Low Summary* ! 8!: "text from the email form" CaseType* !260000130!: Incident Description* !240000007!: "text from the email form" Status* ! 7!: New Category* !200000003!: Demo Type* !200000004!: Demo Type Item* !200000005!: Error Priority* !260000126!: Low |
Ads |
#2
|
|||
|
|||
![]()
Do you mean that you want to use a published custom form as a data-entry
form and have it generate a plain text message using the standard message form? If so, take a look at the code sample at http://www.outlookcode.com/codedetail.aspx?id=780, which demonstrates how to create one message from the information on another, transferring all recipients and attachments. For your scenario, you would extend it by building the string for the Item.Body property from the data in custom fields. See http://www.outlookcode.com/article.aspx?ID=38 for a primer on the syntax for working with Outlook properties. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tmarsh" wrote in message ... i would like to create an email template which: 1. Allows users to type free text into a Summary (Summary* ! 8! ![]() and Description (Description* !240000007! ![]() 2. When the user sends the email the message is fomated in a specific text format that the TO address will receive: i.e. # # Email to Remedy # Schema: HPD:HelpDesk Server: remedy.demo.net Login: demo Password: demo Action: Submit Format: Short Source* !260000128!: Email Group+ !240000006!: Group Name Requestor Login !240000005!: demo Name*+ !240000001!: demo Region !200000012!: demo Site !200000007!: demo Submitted by !260100001!: demo Urgency !240000009!: Low Summary* ! 8!: "text from the email form" CaseType* !260000130!: Incident Description* !240000007!: "text from the email form" Status* ! 7!: New Category* !200000003!: Demo Type* !200000004!: Demo Type Item* !200000005!: Error Priority* !260000126!: Low |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word 97 Macro to Create Outlook '03 Email With Text Format | John Ciccone | Outlook and VBA | 1 | May 5th 08 09:42 PM |
Embedding html and text files in an email template. | Maria | Outlook - General Queries | 0 | October 31st 06 10:32 PM |
Create an invoice template in outlook that customers email back | C.V. | Outlook - Using Forms | 1 | October 20th 06 06:13 PM |
Autosave attachment and create text file based on information in email. | [email protected] | Outlook and VBA | 3 | September 5th 06 05:25 AM |
create template for sending email/outlook 2002 | Coreslider | Outlook - Using Contacts | 2 | June 23rd 06 06:28 PM |