_JournalItem.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 _JournalItem
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.

See Also

Reference

_JournalItem Interface

_JournalItem Members

Microsoft.Office.Interop.Outlook Namespace