MailMessageSubject Property
Gets or sets the subject of the message.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Subject { get; set; }

Property Value

Type: String
A string containing the subject of the message. The default value is an empty string.
Remarks
This value is taken from Subject header of the message.
Examples
The sample is available in MailMessage topic.
See Also