A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Tags: , , , ,

publishing custom forms w/ exchange 2007





 
 
Thread Tools Display Modes
  #1  
Old July 7th 07, 12:00 AM posted to microsoft.public.outlook.program_forms
code_runner
external usenet poster
 
Posts: 3
Default publishing custom forms w/ exchange 2007

Hi All,

I am back doing some outlook programming and have been tasked to find out
about two things that seem to be hurdles in developing some custom forms for
Outlook 2007 in concert with Exchange 2007

What I have heard:

Exchange public folders are going away.- is this true?

Organizational Forms Library is not available in Exchange 2007. - is this
true.

If these are true, then what is the suggested method for getting a custom
form to a number of clients that are using Exchange 2007?

Shouldn't this be pretty simple?

Thanks,

Paul Q


Ads
  #2  
Old July 7th 07, 12:45 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default publishing custom forms w/ exchange 2007

Exchange public folders will be fully supported for another 10 years, through the support lifetime for Exchange 2007. However, they may not be present in the version of Exchange that follows Exchange 2007.

As in all versions, the Org Forms library does not automatically appear in Exchange 2007. It must be created, and that, in turn, has as a prerequisite the creation of a public folder store, also not automatic. In other words, if you want an Org Forms library, you will need to implement public folders.

Custom Outlook forms are a dead-end technology. Moving forward, the technology to use for some applications is form regions, implemented through a client add-in. For others, InfoPath forms would be more appropriate than Outlook forms.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"code_runner" wrote in message ...
Hi All,

I am back doing some outlook programming and have been tasked to find out
about two things that seem to be hurdles in developing some custom forms for
Outlook 2007 in concert with Exchange 2007

What I have heard:

Exchange public folders are going away.- is this true?

Organizational Forms Library is not available in Exchange 2007. - is this
true.

If these are true, then what is the suggested method for getting a custom
form to a number of clients that are using Exchange 2007?

Shouldn't this be pretty simple?

Thanks,

Paul Q


  #3  
Old July 9th 07, 04:20 PM posted to microsoft.public.outlook.program_forms
code_runner
external usenet poster
 
Posts: 3
Default publishing custom forms w/ exchange 2007

Thanks Sue,

I think I have enough information going forward now. I really just need to
create a custom form region that "inspects" the message and looks for
something to trigger whether it shows or not. I have written a lot of
custom forms in my day and was glad when I was able to put that behind me.
I don't even include it on a resume any more!!

I still get lots of people downloading the cusom form launcher which is
amazing to me. I really like MAPI and Exchange programming, but seems that
for the company I work for, that isn't where the $$ is, so I have really
gotten back into the application/web development world and this is the first
opportunity in a couple of years for me to get back in.

Thanks,

Paul Q


"Sue Mosher [MVP-Outlook]" wrote in message
...
Exchange public folders will be fully supported for another 10 years,
through the support lifetime for Exchange 2007. However, they may not be
present in the version of Exchange that follows Exchange 2007.

As in all versions, the Org Forms library does not automatically appear in
Exchange 2007. It must be created, and that, in turn, has as a prerequisite
the creation of a public folder store, also not automatic. In other words,
if you want an Org Forms library, you will need to implement public folders.

Custom Outlook forms are a dead-end technology. Moving forward, the
technology to use for some applications is form regions, implemented through
a client add-in. For others, InfoPath forms would be more appropriate than
Outlook forms.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"code_runner" wrote in message
...
Hi All,

I am back doing some outlook programming and have been tasked to find out
about two things that seem to be hurdles in developing some custom forms
for
Outlook 2007 in concert with Exchange 2007

What I have heard:

Exchange public folders are going away.- is this true?

Organizational Forms Library is not available in Exchange 2007. - is this
true.

If these are true, then what is the suggested method for getting a custom
form to a number of clients that are using Exchange 2007?

Shouldn't this be pretty simple?

Thanks,

Paul Q




  #4  
Old July 9th 07, 05:22 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default publishing custom forms w/ exchange 2007

If you're looking for opportunities, I think that as organizations roll out Office 2007 + Exchange 2007, many will be wanting to evaluate existing applications that depend on Outlook forms. MOving them to form regions and InfoPath may be a growing market.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"code_runner" wrote in message ...
Thanks Sue,

I think I have enough information going forward now. I really just need to
create a custom form region that "inspects" the message and looks for
something to trigger whether it shows or not. I have written a lot of
custom forms in my day and was glad when I was able to put that behind me.
I don't even include it on a resume any more!!

I still get lots of people downloading the cusom form launcher which is
amazing to me. I really like MAPI and Exchange programming, but seems that
for the company I work for, that isn't where the $$ is, so I have really
gotten back into the application/web development world and this is the first
opportunity in a couple of years for me to get back in.

Thanks,

Paul Q


"Sue Mosher [MVP-Outlook]" wrote in message
...
Exchange public folders will be fully supported for another 10 years,
through the support lifetime for Exchange 2007. However, they may not be
present in the version of Exchange that follows Exchange 2007.

As in all versions, the Org Forms library does not automatically appear in
Exchange 2007. It must be created, and that, in turn, has as a prerequisite
the creation of a public folder store, also not automatic. In other words,
if you want an Org Forms library, you will need to implement public folders.

Custom Outlook forms are a dead-end technology. Moving forward, the
technology to use for some applications is form regions, implemented through
a client add-in. For others, InfoPath forms would be more appropriate than
Outlook forms.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"code_runner" wrote in message
...
Hi All,

I am back doing some outlook programming and have been tasked to find out
about two things that seem to be hurdles in developing some custom forms
for
Outlook 2007 in concert with Exchange 2007

What I have heard:

Exchange public folders are going away.- is this true?

Organizational Forms Library is not available in Exchange 2007. - is this
true.

If these are true, then what is the suggested method for getting a custom
form to a number of clients that are using Exchange 2007?

Shouldn't this be pretty simple?

Thanks,

Paul Q




 




Thread Tools
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

vB 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
Getting custom forms data stored in Exchange from VB.Net JP Add-ins for Outlook 0 June 4th 07 11:12 AM
Exchange / Outlook 2003 downloadable custom forms for booking meeting rooms? KingCronos Outlook - General Queries 1 March 3rd 07 02:38 PM
Icons in Outlook 2007 custom forms Michael Ray Brown Outlook - Using Contacts 0 February 15th 07 03:41 PM
Control events in Outlook 2007 custom forms/regions nalpakj Outlook - Using Forms 1 January 10th 07 12:08 AM
Custom Forms on Outlook 2007 beta K Lubinsky Outlook - Using Forms 5 July 24th 06 09:16 PM


All times are GMT +1. The time now is 12:54 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Online Advertising - Mobile Phones - Loans - Cash Advance - Loans