_PostItem.Forward Method

Definition

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.

Applies to