MessageCategory.Color Property

Namespace:  Microsoft.Exchange.Data.Storage.Management
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Property Color As Integer
    Get
    Set
'Usage
Dim instance As MessageCategory
Dim value As Integer

value = instance.Color

instance.Color = value
public int Color { get; set; }

Property Value

Type: System.Int32