_IRecipientControl.Enabled Property
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Enabled As SByte
Get
Set
'Usage
Dim instance As _IRecipientControl
Dim value As SByte
value = instance.Enabled
instance.Enabled = value
[DispIdAttribute()]
sbyte Enabled { get; set; }
Property Value
Type: System.SByte