_SharingItem.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 SharingItem object.
public:
Microsoft::Office::Interop::Outlook::SharingItem ^ Forward();
public Microsoft.Office.Interop.Outlook.SharingItem Forward ();
Public Function Forward () As SharingItem
Returns
A SharingItem object that represents the new sharing invitation.
Remarks
An error occurs if this method is called on sharing invitations using an Exchange sharing context or on sharing requests.