Click or drag to resize
MimeKit

MimeMessageSubject Property

Get or set the subject of the message.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Subject { get; set; }

Property Value

String
The subject of the message.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks

The Subject is typically a short string denoting the topic of the message.

Replies will often use "Re: " followed by the Subject of the original message.

See Also