MailBee.NET Objects 4.0

MailMessage.Subject Property

Gets or sets the subject of the message.

public string Subject {get; set;}

Property Value

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.

Example

The sample is available in MailMessage topic.

See Also

MailMessage Class | MailBee.Mime Namespace