_DRecipientControl.ReadOnly Property
Returns or sets a Boolean value (bool in C#) that specifies whether the recipients displayed in the control can only be viewed and cannot be modified. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property ReadOnly As SByte
Get
Set
'Usage
Dim instance As _DRecipientControl
Dim value As SByte
value = instance.ReadOnly
instance.ReadOnly = value
sbyte ReadOnly { get; set; }
Property Value
Type: System.SByte
Remarks
True to indicate that the control only displays the recipients and does not support modifying the recipients; False to indicate that the control supports both viewing and modifying of the recipients.