_PostItem.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
<DispIdAttribute()> _
Function Reply As MailItem
'Usage
Dim instance As _PostItem
Dim returnValue As MailItem
returnValue = instance.Reply()
[DispIdAttribute()]
MailItem Reply()
Return Value
Type: Microsoft.Office.Interop.Outlook.MailItem
A MailItem object that represents the reply.