Seeking Advice on Outlook Development 
Author Message
 Seeking Advice on Outlook Development

I am looking for some advice/guidance on developing a groupware application
using Outlook 2000.
Let me first preface this with a bit of background...  I have never done any
sort of Outlook/Exchange server development, so I don't have a good feel for
what is and isn't a good candidate application. I have fairly extensive
development experience using Visual Basic and MS Office development using
VBA and VBScript. I also have quite a bit of experience with both Perl and
Java.
Now for the application idea...  I want to create an app that would
facilitate the storage and retrieval of information pertaining to
engineering trade studies. The app must be able to store files (i.e. text,
Word, Excel, Powerpoint, e-mail messages, etc) along with a description of
the trade study. Additionally, to facilitate categorization and retrieval,
extra data must be included as well. Examples of this extra data would be
author(s), model number(i.e. jeep, pick-up, SUV, etc.), functional
applicability (i.e. chassis, transmission, etc.), date completed, and a few
others. The
app must be easy to use and reasonbly quick to develop.
Given these requirements, I envisioned an app based on Outlook. Everyone (in
the group of potential users here) has it and uses it everyday, so training
requirements should be minimal. I envision a modified form that would
capture the required data, allow attachment of files, and then move the
completed trade study (and attached files) to a group folder. Another form
would be used for searching and retrieval of completed trade studies. It
would allow searching based upon various criteria (i.e author(s), model
applicability, etc.). The app would then allow perusal of studies meeting
the search criteria and would move a copy of the study(s) along with the
attached files to the user's
in-box if requested for retrieval .
Is this type of app a good candidate for being developed in Outlook? If it
is, can anyone provide a relative measure of the degree of difficulty in
development, distribution and support that may be involved? Would I need to
use a separate database to track the "extra data" or can additional fields
be built into Outlook?
Any help would be greatly appreciated.
Thanks in advance,
bbecker


Tue, 13 Jan 2004 01:49:40 GMT  
 Seeking Advice on Outlook Development
Hi,

The project I'm working on right now involves a lot of programming in
outlook. I started 5 weeks ago and in the beginning I though I would get
crazy, specially if you know my backgroud is more database connectionts.
Anyway at the moment I'm more and more amazed by Outlook, though I still
shout bad names during programming. The option of adding VB to outlook by
(com addin) is perfect. Anyway I had good help with books from wrox so look
at there website and you'll find anything you need.

Good luck,

Merijn


Quote:
> I am looking for some advice/guidance on developing a groupware
application
> using Outlook 2000.
> Let me first preface this with a bit of background...  I have never done
any
> sort of Outlook/Exchange server development, so I don't have a good feel
for
> what is and isn't a good candidate application. I have fairly extensive
> development experience using Visual Basic and MS Office development using
> VBA and VBScript. I also have quite a bit of experience with both Perl and
> Java.
> Now for the application idea...  I want to create an app that would
> facilitate the storage and retrieval of information pertaining to
> engineering trade studies. The app must be able to store files (i.e. text,
> Word, Excel, Powerpoint, e-mail messages, etc) along with a description of
> the trade study. Additionally, to facilitate categorization and retrieval,
> extra data must be included as well. Examples of this extra data would be
> author(s), model number(i.e. jeep, pick-up, SUV, etc.), functional
> applicability (i.e. chassis, transmission, etc.), date completed, and a
few
> others. The
> app must be easy to use and reasonbly quick to develop.
> Given these requirements, I envisioned an app based on Outlook. Everyone
(in
> the group of potential users here) has it and uses it everyday, so
training
> requirements should be minimal. I envision a modified form that would
> capture the required data, allow attachment of files, and then move the
> completed trade study (and attached files) to a group folder. Another form
> would be used for searching and retrieval of completed trade studies. It
> would allow searching based upon various criteria (i.e author(s), model
> applicability, etc.). The app would then allow perusal of studies meeting
> the search criteria and would move a copy of the study(s) along with the
> attached files to the user's
> in-box if requested for retrieval .
> Is this type of app a good candidate for being developed in Outlook? If it
> is, can anyone provide a relative measure of the degree of difficulty in
> development, distribution and support that may be involved? Would I need
to
> use a separate database to track the "extra data" or can additional fields
> be built into Outlook?
> Any help would be greatly appreciated.
> Thanks in advance,
> bbecker



Tue, 13 Jan 2004 03:58:11 GMT  
 Seeking Advice on Outlook Development
Here are a couple of Microsoft articles that may help:

Q146636 - OL2000 Questions About Custom Forms and Outlook Solutions
Q290656 - OL2002 Working with User-defines Fields in Solutions

There are plenty more articles where those came from. Q146636 is a good
starting point.

You shouldn't have to create any external databases. The Exchange store is
quite flexible. I have found that you need to "step out of the box" a little
in the beginning. Going from RDBMS to object based data storage is a real
eye-opener. But with a little patience and a LOT of reading Exchange and
Outlook seem to make a very good application platform.


Quote:
> I am looking for some advice/guidance on developing a groupware
application
> using Outlook 2000.
> Let me first preface this with a bit of background...  I have never done
any
> sort of Outlook/Exchange server development, so I don't have a good feel
for
> what is and isn't a good candidate application. I have fairly extensive
> development experience using Visual Basic and MS Office development using
> VBA and VBScript. I also have quite a bit of experience with both Perl and
> Java.
> Now for the application idea...  I want to create an app that would
> facilitate the storage and retrieval of information pertaining to
> engineering trade studies. The app must be able to store files (i.e. text,
> Word, Excel, Powerpoint, e-mail messages, etc) along with a description of
> the trade study. Additionally, to facilitate categorization and retrieval,
> extra data must be included as well. Examples of this extra data would be
> author(s), model number(i.e. jeep, pick-up, SUV, etc.), functional
> applicability (i.e. chassis, transmission, etc.), date completed, and a
few
> others. The
> app must be easy to use and reasonbly quick to develop.
> Given these requirements, I envisioned an app based on Outlook. Everyone
(in
> the group of potential users here) has it and uses it everyday, so
training
> requirements should be minimal. I envision a modified form that would
> capture the required data, allow attachment of files, and then move the
> completed trade study (and attached files) to a group folder. Another form
> would be used for searching and retrieval of completed trade studies. It
> would allow searching based upon various criteria (i.e author(s), model
> applicability, etc.). The app would then allow perusal of studies meeting
> the search criteria and would move a copy of the study(s) along with the
> attached files to the user's
> in-box if requested for retrieval .
> Is this type of app a good candidate for being developed in Outlook? If it
> is, can anyone provide a relative measure of the degree of difficulty in
> development, distribution and support that may be involved? Would I need
to
> use a separate database to track the "extra data" or can additional fields
> be built into Outlook?
> Any help would be greatly appreciated.
> Thanks in advance,
> bbecker



Wed, 14 Jan 2004 05:04:57 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Need advice for efficient development (Access95)

2. Advice on TCP/IP for 16 bit VB4: Win 3.1 and Win 95 Development

3. Where can I find online resources for software development advice

4. Internet Database Development -- Advice Please?

5. Where can I find online resources for software development advice

6. Advice on TCP/IP for 16 bit VB4: Win 3.1 and Win 95 Development

7. Advice for moving to web development

8. Advice on TCP/IP for 16 bit VB4: Win 3.1 and Win 95 Development

9. Please advice to me about Oracle Development Tool!!!

10. Advice needed: VB Development....

11. General development strategy advice wanted

12. "Modular programming" advice sought

 

 
Powered by phpBB® Forum Software