_MailItem.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
<DispIdAttribute()> _
Function Forward As MailItem
'Usage
Dim instance As _MailItem
Dim returnValue As MailItem

returnValue = instance.Forward()
[DispIdAttribute()]
MailItem Forward()

Return Value

Type: Microsoft.Office.Interop.Outlook.MailItem
A MailItem object that represents the new mail item.

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace