Re: phone note
- From: Tulasi <Tulasi@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 3 Jan 2008 06:09:00 -0800
My requirement is to develop a phone call message form in OL 2003. The form
- User should be able to fill and send the formwhen opened will contain some text fields, dropdowns and check boxes.
while sending subject should be suffixes with senders name
message should be displayed based on values of check boxes. Ex if
phone number is given the message should display that section of the
message
etc.
receiver should be able to view the message in the preview pane
receiver should be able to see the autopreview
receiver should see the form when opened.
I could develop script n the forms window. But, when I send the mail,
preview is not available and user has to open the form to view the details.
Is there any work around to this
"Tulasi" wrote:
I have downloaded the while you were out application , but this is not.
showing any thing except a new mail message. Please help.
"Sue Mosher [MVP-Outlook]" wrote:
Outlook forms are for Outlook recipients. If you need to support non-Outlook recipients, such as Blackberry devices or web browser email, one solution is to put code in the Item_Send event handler for the form to concatenate the values of the various fields into a single string and then use that string as the value for Body or HTMLBody. THat way, the message body will contain a summary of the phone note details.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Tulasi" <Tulasi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:9E0AE095-6A26-41C7-B1EB-013C69EB7798@xxxxxxxxxxxxxxxx
Once again thanks Sue. I could find solution to the issue. I have another
question. Black berry is unable to display the form. Is there any way to
display the same out pun in BB. or Is there a way to find the device from BB
so that new mail will be opened and the contents of the original mail are
displayed.
Thanks in advance
"Sue Mosher [MVP-Outlook]" wrote:
You would need to publish the form where all users can access the form definition. As the page explains, that means either the Organizational Forms library on the Exchange server or each user's Personal Forms library.
"Tulasi" <Tulasi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:04B554F8-716E-4DC3-93BB-C3AE6F267406@xxxxxxxxxxxxxxxx
thanks Sue. But, if we ignore the preview requiremnet, how to meet the other
requirements? I am unbale to make out reading other threads. Also, I have
gone through the link you sent and my requirement is not met. Please guide me.
"Sue Mosher [MVP-Outlook]" wrote:
Your requirements cannot be met in an Outlook 2003 custom form, because these two are mutually exclusive:
- receiver should be able to view the message in the preview pane
- receiver should see the form when opened.
The reading pane blocks access to the message body for custom form messages. See http://www.outlookcode.com/article.aspx?id=61 for other information on customizing the message form, including essential prerequisites. The page at http://www.slipstick.com/addins/mssampleapps.htm has links to sample phone message forms.
"Tulasi" <Tulasi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:F0752E5F-5925-4C0D-A5F5-A24CBA702C66@xxxxxxxxxxxxxxxx
Hello MVPs,
My requirement is to develop a phone call message form in OL 2003. The form
when opened will contain some text fields, dropdowns and check boxes.
- User should be able to fill and send the form
while sending subject should be suffixes with senders name
message should be displayed based on values of check boxes. Ex if
phone number is given the message should display that section of the message
etc.
- receiver should be able to view the message in the preview pane
- receiver should be able to see the autopreview
- receiver should see the form when opened.
Regards,
- Follow-Ups:
- Re: phone note
- From: Sue Mosher [MVP-Outlook]
- Re: phone note
- References:
- Re: phone note
- From: Tulasi
- Re: phone note
- Prev by Date: Re: Do I need Exchange
- Next by Date: Outlook Script: Problem using Find
- Previous by thread: Re: phone note
- Next by thread: Re: phone note
- Index(es):
Relevant Pages
|