Color Property

Applies To

NoteItem object.

Description

Returns or sets the color of the note. Can be one of the following OlNoteColor constants: olBlue, olGreen, olPink, olWhite, or olYellow. Read/write Long.

Example

This example creates a new note and sets the color to blue.

Set myItem = myOlApp.CreateItem(olNoteItem)
myItem.Color = olBlue