_MailItem.ReplyAll Method
Creates a reply to all original recipients from the original message.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function ReplyAll As MailItem
'Usage
Dim instance As _MailItem
Dim returnValue As MailItem
returnValue = instance.ReplyAll()
[DispIdAttribute()]
MailItem ReplyAll()
Return Value
Type: Microsoft.Office.Interop.Outlook.MailItem
A MailItem object that represents the reply.