Share via


_DRecipientControl.Enabled Property

Returns or gets a Boolean (bool in C#) that indicates if the control is allowed to function. Read/write.

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 _DRecipientControl
Dim value As SByte

value = instance.Enabled

instance.Enabled = value
[DispIdAttribute()]
sbyte Enabled { get; set; }

Property Value

Type: System.SByte

Remarks

The default value is True.

See Also

Reference

_DRecipientControl Interface

_DRecipientControl Members

Microsoft.Office.Interop.Outlook Namespace