View Single Post
  #4  
Old August 21st 06, 05:34 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Macro to foward just a specific part of an email body of message

Am 20 Aug 2006 14:50:10 -0700 schrieb :

You´ll find samples for the mentioned functions in the VBA help.

3. Adding text above:

Body = "text" & vbCRLF & Body

or below:

Body = Body & vbCRLF & "text"

4. Write into the item´s Subject property.

5. You can´t default any addresses in the Address Book. You can use
Comandbar techniques (
http://www.outlookcode.com/d/tips/commandbarfun.htm)
to open it. The button´s ID is 353.

6. You can set the SaveSentMessageFolder property.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


Thank you Michael - can you look at the rest of the problem (the call
or popup of the address book)... any code snippets to help me get
started? I just need a little nudge on this one...

Thanks.

John Kolker

Ads