ComposeStyle Property Example

This example displays the name of the default style used to compose new e-mail messages.

MsgBox Application.EmailOptions.ComposeStyle.NameLocal

This example changes the font color of the default style used to compose new e-mail messages.

Application.EmailOptions.ComposeStyle.Font.Color = _
    wdColorBrightGreen