Edit

Share via


_SharingItem.Forward Method

Definition

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.

Applies to