Gets or sets the subject of the message.

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

Syntax

Visual Basic
Public Property Subject As String
	Get
	Set
C#
public string Subject { get; set; }

Field Value

The subject.

Remarks

This property contains a short string identifying the topic of the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also