ItemEvents_10_Event.ReplyAll Event
Occurs when the user selects the ReplyAll action for an item (which is an instance of the parent object).
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Event ReplyAll As ItemEvents_10_ReplyAllEventHandler
'Usage
Dim instance As ItemEvents_10_Event
Dim handler As ItemEvents_10_ReplyAllEventHandler
AddHandler instance.ReplyAll, handler
event ItemEvents_10_ReplyAllEventHandler ReplyAll
Remarks
Returns the reply as a MailItem object.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Microsoft.Office.Interop.Outlook.ItemEvents_10_ReplyAllEventHandler