Gets the subject line of the message.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Subject { get; }
Public ReadOnly Property Subject As String
Get
Property Value
Type:
StringThe string containing the message subject.
Remarks If the subject line is encoded, MailBee decodes it in human-readable form.
See Also