Click or drag to resize
MimeKit

EnvelopeSubject Property

Gets the subject of the message.

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

Property Value

String
The subject.
Remarks
Gets the subject of the message.
See Also