![]() |
|
#1
|
|||
|
|||
|
Hey guys! Really could use your help on this one. Okay I have a program that
reads emails for a Support box and creates Work Orders based on the Sender, Subject of the email, and the message itself. Well I wanted to create a form in Outlook 2003 that basically limited what they can send to this mailbox, which would be tremendous in getting all necessary information from them as well as make it easier for this program to understand what the user is trying to say. Here in lies the problem. If I make a drop down with a value of "DEPT" then the reader form also needs to show the "DEPT" box, which works for Outlook, but never is ready by my email monitoring Program. Is there a way that I can say for the user to fill out: Dept: [this is the department Type: [This is the problem type] Subtype: [This is they problem subtype] Category: [This is the problem category] And take all that info and put it into a message box so that this email monitoring program understands what I'm trying to say? I'm really going to need your minds on this one. Anyone have any ideas?!?! Thanks in advance all! KYLE
|
|
#2
|
|||
|
|||
|
No one has any idea if this is even possible? I really do need some help
guys! It is greatly appreciated. KYLE |
|
#3
|
|||
|
|||
|
Are you asking how to take the data from the controls that the user fills in
and put that data in the body of the message? To do that, write code for the form's Item_Send event handler to build a string, then use that string to set the value of Item.Body. If you need a primer on form control and Outlook property syntax, see http://www.outlookcode.com/article.aspx?ID=38. Note that this scenario is feasible only if you can publish the message form to the Organizational Forms library on the Exchange Server or to each user's Personal Forms library. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "rkylemyers" <rkylemyers@discussions.microsoft.com> wrote in message news:8AB7615C-F1ED-47E3-8485-4E751024C5BD@microsoft.com... > Hey guys! Really could use your help on this one. Okay I have a program > that > reads emails for a Support box and creates Work Orders based on the > Sender, > Subject of the email, and the message itself. Well I wanted to create a > form > in Outlook 2003 that basically limited what they can send to this mailbox, > which would be tremendous in getting all necessary information from them > as > well as make it easier for this program to understand what the user is > trying > to say. Here in lies the problem. If I make a drop down with a value of > "DEPT" then the reader form also needs to show the "DEPT" box, which works > for Outlook, but never is ready by my email monitoring Program. Is there a > way that I can say for the user to fill out: > Dept: [this is the department > Type: [This is the problem type] > Subtype: [This is they problem subtype] > Category: [This is the problem category] > > And take all that info and put it into a message box so that this email > monitoring program understands what I'm trying to say? I'm really going to > need your minds on this one. Anyone have any ideas?!?! > > Thanks in advance all! > > KYLE |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Outlook 2003 on MCE using local user to auth against Exchange 2003 | Markus Weber | New Users | 0 | 09-24-2009 02:58 PM |
| Choose which Outlook 2003 contact address to insert in Word 2003 | K. | Outlook General | 1 | 09-15-2009 12:19 AM |
| Outlook 2003/Exch 2003 msgs stuck in Outbox until manual/send rece | Earl E | Outlook General | 2 | 08-14-2009 03:56 PM |
| Copying from Outlook 2003 to Word 2003 disables Outlook functions | =?Utf-8?B?Rmxvc3N5X0Vt?= | Outlook General | 0 | 06-02-2009 06:51 AM |
| Outlook 2003, Exch 2003, Access 2K - Outlook Security Feature | =?Utf-8?B?TG9yaQ==?= | Installation | 2 | 05-06-2009 03:26 PM |