MailMessage.Reply method (Word)

Opens a new email message — with the sender's address on the To line — for replying to the active message.

Syntax

expression. Reply

expression A variable that represents a 'MailMessage' object.

Example

This example opens a new email message for replying to the active message.

Application.MailMessage.Reply

See also

MailMessage 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.