Click or drag to resize
MimeKit

IMimeMessageSubject Property

Get or set the subject of the message.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
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