_MailItem.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 MailItem object.
public:
Microsoft::Office::Interop::Outlook::MailItem ^ Forward();
public Microsoft.Office.Interop.Outlook.MailItem Forward ();
Public Function Forward () As MailItem
Returns
A MailItem object that represents the new mail item.