Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.