Document.ReplyAll Method

Word Developer Reference

Opens a new e-mail message—with the sender’s and all other recipients' addresses on the To and Cc lines, as appropriate—for replying to the active message.

Syntax

expression.ReplyAll

expression   Required. A variable that represents a Document object.

Example

This example opens a new e-mail message for replying to the active message.

Visual Basic for Applications
  Application.MailMessage.ReplyAll

See Also