Share via


_SharingItem.RecipientReassignmentProhibited Property

Returns a Boolean (bool in C#) that indicates true if the recipient cannot forward the specified SharingItem. Read/write.

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

Syntax

'Declaration
Property RecipientReassignmentProhibited As Boolean
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As Boolean

value = instance.RecipientReassignmentProhibited

instance.RecipientReassignmentProhibited = value
bool RecipientReassignmentProhibited { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace