_MailItem.RecipientReassignmentProhibited Property
Returns a Boolean (bool in C#) that indicates True if the recipient cannot forward the mail message. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property RecipientReassignmentProhibited As Boolean
Get
Set
'Usage
Dim instance As _MailItem
Dim value As Boolean
value = instance.RecipientReassignmentProhibited
instance.RecipientReassignmentProhibited = value
[DispIdAttribute()]
bool RecipientReassignmentProhibited { get; set; }
Property Value
Type: System.Boolean