Share via


EmailOptions.ReplyStyle Property

Word Developer Reference

Returns a Style object that represents the style used when replying to e-mail messages.

Syntax

expression.ReplyStyle

expression   An expression that returns an EmailOptions object.

Example

This example displays the name of the default style used when replying to e-mail messages.

Visual Basic for Applications
  MsgBox Application.EmailOptions.ReplyStyle.NameLocal

See Also