Help!

How to italicize the email entry in explorer window

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Program Add-Ins RSS
Next:  find and delte duplicates  
Author Message
Sandeep K
External


Since: Jul 27, 2009
Posts: 2



PostPosted: Mon Jul 27, 2009 5:16 am    Post subject: How to italicize the email entry in explorer window
Archived from groups: microsoft>public>outlook>program_addins (more info?)

Hi All,
I want to italicize the display of email item in explorer window. I am
unable to find any property of MailItem to help me in achieving that. Please
help me.
Back to top
Sue Mosher [MVP]
External


Since: Jun 20, 2009
Posts: 10



PostPosted: Mon Jul 27, 2009 6:40 am    Post subject: RE: How to italicize the email entry in explorer window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You're not finding anything because there is no such property. Whether a
message appears in italics depends on the automatic formatting settings of
the current view and whether the message has properties that meet the
criteria of a formatting rule that involves italics. Automatic formatting
rules are exposed programmatically only in Outlook 2007.

"Sandeep K" wrote:

> Hi All,
> I want to italicize the display of email item in explorer window. I am
> unable to find any property of MailItem to help me in achieving that. Please
> help me.
Back to top
Sandeep K
External


Since: Jul 27, 2009
Posts: 2



PostPosted: Mon Jul 27, 2009 11:51 pm    Post subject: RE: How to italicize the email entry in explorer window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Sue Mosher [MVP]" wrote:

> You're not finding anything because there is no such property. Whether a
> message appears in italics depends on the automatic formatting settings of
> the current view and whether the message has properties that meet the
> criteria of a formatting rule that involves italics. Automatic formatting
> rules are exposed programmatically only in Outlook 2007.
>
Sue,
My addin is developed in C# and targeted for outlook 2007 and 2003 therefore
if outlook 2007 exposes such functionality than it is fine with me. Can you
let me know how can i achieve it?
Back to top
Sue Mosher [MVP]
External


Since: Jun 20, 2009
Posts: 10



PostPosted: Tue Jul 28, 2009 6:08 am    Post subject: RE: How to italicize the email entry in explorer window [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Take a look at the TableView.AutoFormatRules collection and the
AutoFormatRule object, which has Filter and Font properties to tell you what
condition results in what display font. The Outlook developer documentation
article at http://msdn.microsoft.com/en-us/library/bb176349.aspx explains a
bit more about how these rules operate.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Sandeep K" wrote:

>
>
> "Sue Mosher [MVP]" wrote:
>
> > You're not finding anything because there is no such property. Whether a
> > message appears in italics depends on the automatic formatting settings of
> > the current view and whether the message has properties that meet the
> > criteria of a formatting rule that involves italics. Automatic formatting
> > rules are exposed programmatically only in Outlook 2007.
> >
> Sue,
> My addin is developed in C# and targeted for outlook 2007 and 2003 therefore
> if outlook 2007 exposes such functionality than it is fine with me. Can you
> let me know how can i achieve it?
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Program Add-Ins All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum