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 » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 7 of 7
Search took 0.13 seconds.
Search: Posts made by: julien Touche
Forum: Outlook and VBA March 4th 07, 10:50 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

Michael Bauer [MVP - Outlook] wrote on 3/03/07 16:45:

Julien, *what* doesn't work? As I told you, I can't help you with RegExp.


all, when i execute the macro, nothing happen:
- no change of...
Forum: Outlook and VBA March 3rd 07, 02:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

Michael Bauer [MVP - Outlook] wrote on 2/03/07 7:00:

Yes, that could work. BTW: After you got the ActiveInspector.CurrentItem,
why do call GetItemFromID?


no this doesn't :(
GetItemFromID...
Forum: Outlook and VBA March 1st 07, 06:17 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

like this ?

===
Sub test()
Dim objItem, toBodyTag, strFinalBody
Dim olMail As Outlook.MailItem
On Error Resume Next

Set objItem = Application.ActiveInspector.CurrentItem
Forum: Outlook and VBA February 27th 07, 09:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

Michael Bauer [MVP - Outlook] wrote on 27/02/07 7:36:
You need to save the e-mail before changing the BodyFormat else the content
gets lost.


sorry, but i don't see which code is...
Forum: Outlook and VBA February 26th 07, 06:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

i've find this
http://msdn2.microsoft.com/en-us/library/aa168454(office.11).aspx
strXML = Regex.Replace(strXML, "&", "&")

so i make the following macro


Sub test()
Dim objItem,...
Forum: Outlook and VBA February 25th 07, 07:59 AM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

Michael Bauer [MVP - Outlook] wrote on 20/02/07 7:25:

Julien, the MailItem's BodyFormat property tells you the format. Read
HTMLBody and look for '+ ' with Instr. You then need to identify the...
Forum: Outlook and VBA February 19th 07, 07:10 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 2,127
Posted By julien Touche
macro to change to html and set style

Hi

i'm trying to set with a macro the styles of an email on Outlook 2003.

what i want to do (in regexp+html)
/^\+ (.*)/b+ $1\/b/
/^([A-Z0-9].*)$/hr\ni$1\/i/

so in clear text,
if prefixed...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT +1. The time now is 01:43 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.