Message.Keywords Property

Independentsoft MSG .NET

Message Keywords 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> Keywords { get; }
public IList<string> Keywords { get; }
Public ReadOnly Property Keywords As IList(Of String)
	Get
Public ReadOnly Property Keywords As IList(Of String)
	Get
Dim instance As Message 
Dim value As IList(Of String)

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

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

Property Value

Type: OnlineIList OnlineString 
The keywords.
See Also