_SharingItem.AlternateRecipientAllowed Property
Returns or sets a Boolean (bool in C#) value that is True if the item can be forwarded. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property AlternateRecipientAllowed As Boolean
Get
Set
'Usage
Dim instance As _SharingItem
Dim value As Boolean
value = instance.AlternateRecipientAllowed
instance.AlternateRecipientAllowed = value
[DispIdAttribute()]
bool AlternateRecipientAllowed { get; set; }
Property Value
Type: System.Boolean