Share via


ComposeStyle Property

Returns a Style object that represents the style used to compose new e-mail messages. Read-only.

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

Applies to | EmailOptions Object

See Also | ReplyStyle Property