ComposeStyle Property

Microsoft Word Visual Basic

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