Message.Categories Property

Independentsoft MSG .NET

Message Categories Property MSG .NET Class Library
Contains the categories associated with a message.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public IList<string> Categories { get; }
public IList<string> Categories { get; }
Public ReadOnly Property Categories As IList(Of String)
	Get
Public ReadOnly Property Categories As IList(Of String)
	Get
Dim instance As Message 
Dim value As IList(Of String)

value = instance.Categories
Dim instance As Message 
Dim value As IList(Of String)

value = instance.Categories
/** @property */
public IList<String> get_Categories()
/** @property */
public IList<String> get_Categories()
function get Categories () : IList<String>
function get Categories () : IList<String>
function get_Categories();
function get_Categories();

Property Value

Type: OnlineIList OnlineString 
The categories.
See Also