ReplyAll Method

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.

expression**.ReplyAll**

expression Required. An expression that returns a MailMessage object.

Example

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

Application.MailMessage.ReplyAll

Applies to | Document Object | MailMessage Object

See Also | Reply Method