_PostItem.Forward Method
Executes the Forward action for an item and returns the resulting copy as a MailItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Function Forward As MailItem
'Usage
Dim instance As _PostItem
Dim returnValue As MailItem
returnValue = instance.Forward()
MailItem Forward()
Return Value
Type: Microsoft.Office.Interop.Outlook.MailItem
A MailItem object that represents the new mail item.