Outlook VBA inbox items forecolor

Rui Manso 1 Reputation point
2021-02-08T16:37:55.723+00:00

Hello to all.

I'm trying to get/set the forecolor property for the inbox items, but im unable to find this info anywhere... Is there some place where i can get a full list for the hex values (or the corresponding DASL command) and their respective function/property description?
I am able to get the sender name... But i need the complete list (or at least for the forecolor of the inbox item).
Thanks in advance.

Private Sub test()
    LastItem = Session.GetDefaultFolder(olFolderInbox).Items.Count
    Set Item = Session.GetDefaultFolder(olFolderInbox).Items(LastItem)

    SenderName = Item.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x0C1A001F")
End Sub
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,052 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.