ItemEvents_Event.add_ReplyAll Method
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Sub add_ReplyAll ( _
param0 As ItemEvents_ReplyAllEventHandler _
)
'Usage
Dim instance As ItemEvents_Event
Dim param0 As ItemEvents_ReplyAllEventHandler
instance.add_ReplyAll(param0)
void add_ReplyAll(
ItemEvents_ReplyAllEventHandler param0
)