Slipstick Forums  

Go Back   Slipstick Forums > Outlook Programming > Programming Forms

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-31-2009, 07:20 AM
rkylemyers
Guest
 
Posts: n/a
Default Outlook 2003 HLEP!!!!!

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

Reply With Quote
  #2  
Old 11-03-2009, 02:35 PM
rkylemyers
Guest
 
Posts: n/a
Default RE: Outlook 2003 HLEP!!!!!

No one has any idea if this is even possible? I really do need some help
guys! It is greatly appreciated.

KYLE
Reply With Quote
  #3  
Old 11-03-2009, 03:20 PM
Sue Mosher [MVP]
Guest
 
Posts: n/a
Default Re: Outlook 2003 HLEP!!!!!

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



Reply With Quote
Reply

Bookmarks


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 07:26 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.