Share via


_DRecipientControl.ForeColor Property

Returns or sets an Integer that indicates the foreground color of the control. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property ForeColor As Integer
    Get
    Set
'Usage
Dim instance As _DRecipientControl
Dim value As Integer

value = instance.ForeColor

instance.ForeColor = value
[DispIdAttribute()]
int ForeColor { get; set; }

Property Value

Type: System.Int32

Remarks

This property is of the type OLE_COLOR which is an Integer value.

See Also

Reference

_DRecipientControl Interface

_DRecipientControl Members

Microsoft.Office.Interop.Outlook Namespace