Gets or sets the list of keywords.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Property Keywords As PhraseCollection
	Get
	Set
C#
public PhraseCollection Keywords { get; set; }

Field Value

The list of keywords.

Remarks

This is a list of important words and phrases that might be useful for the recipient of the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also