ReportItem.ReplyAll event (Outlook)
Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object).
Syntax
expression. ReplyAll
( _Response_
, _Cancel_
)
expression A variable that represents a ReportItem object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Response | Required | Object | The new item being sent in response to the original message. |
Cancel | Required | Boolean | False when the event occurs. If the event procedure sets this argument to True, the reply all operation is not completed and the new item is not displayed. |
Remarks
Returns the reply as a MailItem object.
See also
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.