PostItem.Reply Method

Outlook Developer Reference

Creates a reply, pre-addressed to the original sender, from the original message.

Syntax

expression.Reply

expression   A variable that represents a PostItem object.

Return Value
A MailItem object that represents the reply.

See Also