_MeetingItem.Forward Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the Forward action for an item and returns the resulting copy as a MeetingItem object.
public:
Microsoft::Office::Interop::Outlook::MeetingItem ^ Forward();
public Microsoft.Office.Interop.Outlook.MeetingItem Forward ();
Public Function Forward () As MeetingItem
Returns
A MeetingItem object that represents the new meeting item.