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

Display custom form in Preview Pane? Alternatives?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old December 30th 08, 11:59 PM posted to microsoft.public.outlook.program_forms
lex3001
external usenet poster
 
Posts: 5
Default Display custom form in Preview Pane? Alternatives?

I am looking for a way to provide custom Outlook Form functionality (a custom
form with data populated from a database which can be modified and saved
again) in a custom Meeting Request. This has all been implemented and tested
except that when other users receive the Meeting Request, they cannot view it
in the Preview Pane.

What are the alternatives? Is there a way to use a COM Add-In to accomplish
the same functionality (an additional tab with fields and data in the form)?
What are the other options we have? This is for Outlook 2003. I understand
that Outlook Form Regions in 2007 and VSTO might not have this issue (is that
true?).
Ads
  #2  
Old December 31st 08, 02:20 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Display custom form in Preview Pane? Alternatives?

Nothing for Outlook 2003. For Outlook 2007 you can use form regions to set
up a replacement form region to completely replace an existing tab in an
Outlook form or an adjacent form region that will show up in addition to the
tab you add the region to. Either form region and its contents will be
readable in the reading pane.

For Outlook 2003 you'd need to do a real hack. You'd get the sub-window for
the reading pane using Win32 API calls and get that window's location and
size. Then you'd create your own window with the data you want, overlay it
on the existing preview/reading pane window and make the new window a child
window of the Outlook Explorer window. You'd also need to subclass a Windows
message handler to handle messages to the existing preview pane window for
things like resizing and closing/opening, so you would know when to resize,
close/show your window, etc. Doable, but a hack.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"lex3001" wrote in message
...
I am looking for a way to provide custom Outlook Form functionality (a
custom
form with data populated from a database which can be modified and saved
again) in a custom Meeting Request. This has all been implemented and
tested
except that when other users receive the Meeting Request, they cannot view
it
in the Preview Pane.

What are the alternatives? Is there a way to use a COM Add-In to
accomplish
the same functionality (an additional tab with fields and data in the
form)?
What are the other options we have? This is for Outlook 2003. I understand
that Outlook Form Regions in 2007 and VSTO might not have this issue (is
that
true?).


  #3  
Old December 31st 08, 05:40 PM posted to microsoft.public.outlook.program_forms
lex3001
external usenet poster
 
Posts: 5
Default Display custom form in Preview Pane? Alternatives?

Thanks Ken - have you seen any examples posted on the Internet of the method
you describe? Also, I read some links about creating a COM Add-In on the
sender's machine that sets an undocumented property which tells the client to
go ahead and render the the preview pane anyway. Have you heard about this?
Any feedback on it?

"Ken Slovak - [MVP - Outlook]" wrote:

Nothing for Outlook 2003. For Outlook 2007 you can use form regions to set
up a replacement form region to completely replace an existing tab in an
Outlook form or an adjacent form region that will show up in addition to the
tab you add the region to. Either form region and its contents will be
readable in the reading pane.

For Outlook 2003 you'd need to do a real hack. You'd get the sub-window for
the reading pane using Win32 API calls and get that window's location and
size. Then you'd create your own window with the data you want, overlay it
on the existing preview/reading pane window and make the new window a child
window of the Outlook Explorer window. You'd also need to subclass a Windows
message handler to handle messages to the existing preview pane window for
things like resizing and closing/opening, so you would know when to resize,
close/show your window, etc. Doable, but a hack.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"lex3001" wrote in message
...
I am looking for a way to provide custom Outlook Form functionality (a
custom
form with data populated from a database which can be modified and saved
again) in a custom Meeting Request. This has all been implemented and
tested
except that when other users receive the Meeting Request, they cannot view
it
in the Preview Pane.

What are the alternatives? Is there a way to use a COM Add-In to
accomplish
the same functionality (an additional tab with fields and data in the
form)?
What are the other options we have? This is for Outlook 2003. I understand
that Outlook Form Regions in 2007 and VSTO might not have this issue (is
that
true?).



  #4  
Old January 1st 09, 02:35 PM posted to microsoft.public.outlook.program_forms
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Display custom form in Preview Pane? Alternatives?

Those who have done such things don't tell how they've done it exactly since
it would be proprietary information for them.

Setting properties on the sending side wouldn't work most or all of the
time. You can set specific properties on the receiving end but since MS
doesn't want those exposed I can't really discuss them.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"lex3001" wrote in message
...
Thanks Ken - have you seen any examples posted on the Internet of the
method
you describe? Also, I read some links about creating a COM Add-In on the
sender's machine that sets an undocumented property which tells the client
to
go ahead and render the the preview pane anyway. Have you heard about
this?
Any feedback on it?


 




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

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
Custom Form & Preview Pane Scott Halper Outlook - Using Forms 1 October 19th 07 02:03 AM
OL2003 Outlook Forms don't display in Preview Pane CaryRW Outlook - Using Forms 2 August 21st 07 03:18 AM
Custom Preview Pane for Outlook 2003 Tom at GSD Add-ins for Outlook 0 January 23rd 07 05:26 PM
Evault custom form & preview pane code [email protected] Outlook and VBA 3 August 31st 06 06:51 PM
Form in the Preview Pane glnbnz Outlook - Using Forms 1 July 29th 06 02:27 PM


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


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2024 Outlook Banter.
The comments are property of their posters.