MobileItem.ReplyAll Event (Outlook)

Occurs when the user selects the ReplyAll action for an item, or when the ReplyAll method is called for the item, which is an instance of the parent object.

Version Information

Version Added: Outlook 2010

Syntax

expression .ReplyAll(Response, Cancel)

expression A variable that represents a MobileItem 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

This event returns the reply as a MobileItem object.

See Also

Concepts

MobileItem Object Members

MobileItem Object