Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.11 KB

Outlook.AppointmentItem.ReplyAll.md

File metadata and controls

42 lines (23 loc) · 1.11 KB
title api_name ms.assetid ms.date ms.localizationpriority
AppointmentItem.ReplyAll event (Outlook)
Outlook.AppointmentItem.ReplyAll
c49245b9-0770-f551-c382-3f5745aead04
06/08/2017
medium

AppointmentItem.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 an AppointmentItem 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

AppointmentItem Object

[!includeSupport and feedback]