![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi All,
I have a private message store that has it's own inbox and private message class. The inbox folder displays all the messages properly within the intray list; but the preview window will not display. We get the following error displayed within Outlook. "This item cannot be displayed in the Reading Pane. Open the item to read its contents" Obvioulsy this must be a problem with my message store. What are the MAPI properties required to display the preview window? I do have a custom form that is used to view the message when it is open and that works without an issue. But I cannot get the preview window to display. If I cannot display the message in the preview window I thought about disabling the view using the view XML. But I have a requirement that I have to display all of the sender names (whick is why I wanted to use the preview window). This is a problem because I cannot get the line to wrap using the view XML - can I? Any thoughts or suggestions would be appreciated. Thanks, Tom - |
Ads |
#2
|
|||
|
|||
![]()
I doubt that it's a store issue. If your custom form has script behind it, it won't appear in the reading pane. This is a known limitation, imposed for security purposes.
And no, a view cannot wrap anything other than the AutoPreview text from the item body. You didn't say what Outlook version(s) you're supporting. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tom" wrote in message ... Hi All, I have a private message store that has it's own inbox and private message class. The inbox folder displays all the messages properly within the intray list; but the preview window will not display. We get the following error displayed within Outlook. "This item cannot be displayed in the Reading Pane. Open the item to read its contents" Obvioulsy this must be a problem with my message store. What are the MAPI properties required to display the preview window? I do have a custom form that is used to view the message when it is open and that works without an issue. But I cannot get the preview window to display. If I cannot display the message in the preview window I thought about disabling the view using the view XML. But I have a requirement that I have to display all of the sender names (whick is why I wanted to use the preview window). This is a problem because I cannot get the line to wrap using the view XML - can I? Any thoughts or suggestions would be appreciated. Thanks, Tom - |
#3
|
|||
|
|||
![]()
We are supporting Outlook 2003. How do I get the default form to work with
preview only? "Sue Mosher [MVP-Outlook]" wrote in message ... I doubt that it's a store issue. If your custom form has script behind it, it won't appear in the reading pane. This is a known limitation, imposed for security purposes. And no, a view cannot wrap anything other than the AutoPreview text from the item body. You didn't say what Outlook version(s) you're supporting. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tom" wrote in message ... Hi All, I have a private message store that has it's own inbox and private message class. The inbox folder displays all the messages properly within the intray list; but the preview window will not display. We get the following error displayed within Outlook. "This item cannot be displayed in the Reading Pane. Open the item to read its contents" Obvioulsy this must be a problem with my message store. What are the MAPI properties required to display the preview window? I do have a custom form that is used to view the message when it is open and that works without an issue. But I cannot get the preview window to display. If I cannot display the message in the preview window I thought about disabling the view using the view XML. But I have a requirement that I have to display all of the sender names (whick is why I wanted to use the preview window). This is a problem because I cannot get the line to wrap using the view XML - can I? Any thoughts or suggestions would be appreciated. Thanks, Tom - |
#4
|
|||
|
|||
![]()
I'm not sure I understand the question. Outlook 2003 has no setting to allow the standard form to be used in preview and a custom form in the Inspector. (Outlook 2007 can do this, BTW, with form regions.) Whatever form is used depends on the value of the item's MessageClass property at that moment.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tom" wrote in message ... We are supporting Outlook 2003. How do I get the default form to work with preview only? "Sue Mosher [MVP-Outlook]" wrote in message ... I doubt that it's a store issue. If your custom form has script behind it, it won't appear in the reading pane. This is a known limitation, imposed for security purposes. And no, a view cannot wrap anything other than the AutoPreview text from the item body. You didn't say what Outlook version(s) you're supporting. "Tom" wrote in message ... Hi All, I have a private message store that has it's own inbox and private message class. The inbox folder displays all the messages properly within the intray list; but the preview window will not display. We get the following error displayed within Outlook. "This item cannot be displayed in the Reading Pane. Open the item to read its contents" Obvioulsy this must be a problem with my message store. What are the MAPI properties required to display the preview window? I do have a custom form that is used to view the message when it is open and that works without an issue. But I cannot get the preview window to display. If I cannot display the message in the preview window I thought about disabling the view using the view XML. But I have a requirement that I have to display all of the sender names (whick is why I wanted to use the preview window). This is a problem because I cannot get the line to wrap using the view XML - can I? Any thoughts or suggestions would be appreciated. Thanks, Tom - |
#5
|
|||
|
|||
![]()
Hi Sue,
To clarify the issue, we have a custom message store which has a custom message class (IPM.Note.CustomMessage for example). We have a CFG file the brings up our custom form server to handle the open/reply message form which works without any issue. The problem is that the preview window does not display. Obviously there is either a MAPI property that we are not supporting with our Message Class or there is another variable that is inhibiting the display of the preview window. So my question is basically what are the requirements to properly have outlook display the preview window? I think it may have something to do with the message class but I am not sure. "Sue Mosher [MVP-Outlook]" wrote in message ... I'm not sure I understand the question. Outlook 2003 has no setting to allow the standard form to be used in preview and a custom form in the Inspector. (Outlook 2007 can do this, BTW, with form regions.) Whatever form is used depends on the value of the item's MessageClass property at that moment. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Tom" wrote in message ... We are supporting Outlook 2003. How do I get the default form to work with preview only? "Sue Mosher [MVP-Outlook]" wrote in message ... I doubt that it's a store issue. If your custom form has script behind it, it won't appear in the reading pane. This is a known limitation, imposed for security purposes. And no, a view cannot wrap anything other than the AutoPreview text from the item body. You didn't say what Outlook version(s) you're supporting. "Tom" wrote in message ... Hi All, I have a private message store that has it's own inbox and private message class. The inbox folder displays all the messages properly within the intray list; but the preview window will not display. We get the following error displayed within Outlook. "This item cannot be displayed in the Reading Pane. Open the item to read its contents" Obvioulsy this must be a problem with my message store. What are the MAPI properties required to display the preview window? I do have a custom form that is used to view the message when it is open and that works without an issue. But I cannot get the preview window to display. If I cannot display the message in the preview window I thought about disabling the view using the view XML. But I have a requirement that I have to display all of the sender names (whick is why I wanted to use the preview window). This is a problem because I cannot get the line to wrap using the view XML - can I? Any thoughts or suggestions would be appreciated. Thanks, Tom - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Auto Preview window - doesn't clear | [email protected] | Outlook - Using Contacts | 7 | December 7th 07 10:08 PM |
Prevent messages from displaying in the preview pane | asnyder | Outlook Express | 2 | May 22nd 07 07:39 PM |
URL's in preview vs open window | Tim Scott Mathews | Outlook - General Queries | 0 | September 18th 06 04:56 PM |
Context Menu does not work for RTF preview window | Tom at GSD | Add-ins for Outlook | 2 | July 26th 06 09:14 PM |
extra window in preview pane | Gareth | Outlook Express | 7 | April 2nd 06 03:07 PM |