_MeetingItem.Forward Method
Executes the Forward action for an item and returns the resulting copy as a MeetingItem object.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Function Forward As MeetingItem
'Usage
Dim instance As _MeetingItem
Dim returnValue As MeetingItem
returnValue = instance.Forward()
[DispIdAttribute()]
MeetingItem Forward()
Return Value
Type: Microsoft.Office.Interop.Outlook.MeetingItem
A MeetingItem object that represents the new meeting item.