Gets the subject line of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic string Subject { get; }
Public ReadOnly Property Subject As String
Get
Property Value
Type:
StringThe string containing the message subject.
RemarksIf the subject line is encoded, MailBee decodes it in human-readable form.
See Also