_JournalItem.Reply Method

Creates a reply, pre-addressed to the original sender, from the original message.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Function Reply As MailItem
'Usage
Dim instance As _JournalItem
Dim returnValue As MailItem

returnValue = instance.Reply()
MailItem Reply()

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