PC Review


Reply
Thread Tools Rate Thread

How to color the subject of email

 
 
=?Utf-8?B?QW5ndXM=?=
Guest
Posts: n/a
 
      30th Jun 2005
i have a VBA to send email with Excel worksheet but how to color the subject
to get attraction from users?

With OutMail
.To = "(E-Mail Removed)"
.CC = ""
.BCC = ""
.Subject = "Urgent amendment"
.HTMLBody = SheetToHTML(ws)
.Send 'or use .Display
End With
 
Reply With Quote
 
 
 
 
Dmitry Streblechenko
Guest
Posts: n/a
 
      30th Jun 2005
Outlook does not automatically color messages. You can create a custom view
that colors messages based on some criteria.
The default Outlook views display past due messages in red. Set the
FlagDueBy property to some date in the past.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"Angus" <(E-Mail Removed)> wrote in message
news:2B80C084-A9F9-4FA8-972B-(E-Mail Removed)...
>i have a VBA to send email with Excel worksheet but how to color the
>subject
> to get attraction from users?
>
> With OutMail
> .To = "(E-Mail Removed)"
> .CC = ""
> .BCC = ""
> .Subject = "Urgent amendment"
> .HTMLBody = SheetToHTML(ws)
> .Send 'or use .Display
> End With



 
Reply With Quote
 
=?Utf-8?B?RGF2aWQ=?=
Guest
Posts: n/a
 
      2nd Jul 2005
on the same line of reply :

OL2003 has the ability to assign different flag colors. you can do this
programatically.
Then you need 6-7 customized view that will color the entire line
conditionally with the flag color of that mail item
David

"Dmitry Streblechenko" wrote:

> Outlook does not automatically color messages. You can create a custom view
> that colors messages based on some criteria.
> The default Outlook views display past due messages in red. Set the
> FlagDueBy property to some date in the past.
>
> Dmitry Streblechenko (MVP)
> http://www.dimastr.com/
> OutlookSpy - Outlook, CDO
> and MAPI Developer Tool
>
> "Angus" <(E-Mail Removed)> wrote in message
> news:2B80C084-A9F9-4FA8-972B-(E-Mail Removed)...
> >i have a VBA to send email with Excel worksheet but how to color the
> >subject
> > to get attraction from users?
> >
> > With OutMail
> > .To = "(E-Mail Removed)"
> > .CC = ""
> > .BCC = ""
> > .Subject = "Urgent amendment"
> > .HTMLBody = SheetToHTML(ws)
> > .Send 'or use .Display
> > End With

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I send email with subject in red color from outlook? PG Microsoft Outlook Discussion 10 24th Sep 2010 07:33 AM
color-Formatting email subject text Paul Microsoft Outlook 4 30th Dec 2005 11:42 PM
Can you change the color of the subject field of an email? =?Utf-8?B?Q2hyaXN0aW5l?= Microsoft Outlook Discussion 1 14th Dec 2005 06:43 PM
How do I change the color of the subject line in an email I send? =?Utf-8?B?TWlrbA==?= Microsoft Outlook Discussion 1 6th Jan 2005 03:00 AM
How to send a email with red color subject Chi-Ya huang Microsoft Outlook 1 29th Jul 2003 07:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:20 PM.