Share via


ReplyStyle Property

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

expression.ReplyStyle

expression Required. An expression that returns an EmailOptions object.

Example

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

MsgBox Application.EmailOptions.ReplyStyle.NameLocal

Applies to | EmailOptions Object

See Also | ComposeStyle Property