_SharingItem.Forward Method

Executes the Forward action for an item and returns the resulting copy as a SharingItem object.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Function Forward As SharingItem
'Usage
Dim instance As _SharingItem
Dim returnValue As SharingItem

returnValue = instance.Forward()
[DispIdAttribute()]
SharingItem Forward()

Return Value

Type: Microsoft.Office.Interop.Outlook.SharingItem
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.

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace