EmailAuthor.Style property (Word)

Returns a Style object that represents the style associated with the current email author for unsent replies, forwards, or new email messages.

Syntax

expression.Style

expression Required. A variable that represents an 'EmailAuthor' object.

Example

This example returns the style associated with the current author for unsent replies, forwards, or new email messages and displays the name of the font associated with this style.

Set MyEmailStyle = _ 
 ActiveDocument.Email.CurrentEmailAuthor.Style 
Msgbox MyEmailStyle.Font.Name

See also

EmailAuthor Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.