EnvelopeSubject Property
Gets the subject line of the message.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public string Subject { get; }

Property Value

Type: String
The string containing the message subject.
Remarks
If the subject line is encoded, MailBee decodes it in human-readable form.
See Also