MailMessageSubject Property |
Gets or sets the subject of the message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Subject { get; set; }
Public Property Subject As String
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 See Also