Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.