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

Outlook 2003 - Reformat email content in reading Mode



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old October 5th 07, 01:31 PM posted to microsoft.public.outlook.program_forms
Alex[_3_]
external usenet poster
 
Posts: 2
Default Outlook 2003 - Reformat email content in reading Mode

Could anyone suggest a way for this:
--------------------------------
* I receive an email with a sender's phone number

* When the email is open for reading in outlook 2003 the phone number is required to automatically
change to a hyperlink (On Load or Button Click!). This hyperlink would point to a website with the
phone number in the query string.
--------------------------------

I tried designing a Message form and publishing it
however could not figure out the right way.

Would really appreciate!

Thanks
Ads
  #2  
Old October 5th 07, 02:50 PM posted to microsoft.public.outlook.program_forms
Andrei Smolin
external usenet poster
 
Posts: 9
Default Outlook 2003 - Reformat email content in reading Mode

Hello Alex,

For a similar purpose, I created a COM add-in that handles the Items.Add
event in a special folder and changes MailItem.Body in accordance with some
conditions.

With Add-in Express, you can also choose the following ways:
- for such an e-mail, you can show a LinkLabel in a toolbar
(http://www.add-in-express.com/office-toolbar-controls/)
- in such an e-mail, you can show your form embedded into top, right,
bottom, left positions of the e-mail inspector window
(http://www.add-in-express.com/outlook-extension/). The form is a descendant
of a usual form and it allows you to show any controls.

Regards from Belarus,

Andrei Smolin
Add-in Express Team Leader
www.add-in-express.com


"Alex" wrote in message
...
Could anyone suggest a way for this:
--------------------------------
* I receive an email with a sender's phone number

* When the email is open for reading in outlook 2003 the phone number is
required to automatically
change to a hyperlink (On Load or Button Click!). This hyperlink would
point to a website with the
phone number in the query string.
--------------------------------

I tried designing a Message form and publishing it
however could not figure out the right way.

Would really appreciate!

Thanks



  #3  
Old October 9th 07, 07:36 AM posted to microsoft.public.outlook.program_forms
Alex[_3_]
external usenet poster
 
Posts: 2
Default Outlook 2003 - Reformat email content in reading Mode

Hi Adrei,

I appreciate your gesture for introducing me to a very powerful, robust and flexible tools which are indepensible for any ambitious developers/programmers.

However, since my requirement was a limited one, I managed to accomplish with the following concept:

In the outlook Project1 (ThisOutlookSession)-
---------------------------------------------
Public WithEvents olInspectors As Outlook.Inspectors

Private Sub Application_Startup()
Set olInspectors = Application.Inspectors
End Sub

Private Sub olInspectors_NewInspector(ByVal Inspector As Outlook.Inspector)
'Subroutine calls to work with the Outlook mail message body
ComposeMessageForPhoneNumber
End Sub
---------------------------------------------

Thanks once again!
 




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
Outlook 2003 – Email dynamic behavior in Read Mode alex Outlook - General Queries 0 October 4th 07 02:34 PM
Help - HTML email format lost after reading in outlook 2003 [email protected] Outlook - General Queries 1 July 20th 07 04:53 PM
Emails missing complete body content, but msg is partly visible in preview mode [email protected] Outlook - General Queries 0 August 30th 06 12:12 PM
Can't read mail in reading pane of outlook 2007 if not in safe mode Robert Skantelj Outlook - General Queries 1 August 18th 06 01:54 PM
how do i change outlook 2003 back to regular mode from "safe mode CCSMUDGE Outlook - Installation 0 July 5th 06 02:26 AM


All times are GMT +1. The time now is 10:14 PM.


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