Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeMessage Subject Property MIME4NET Class Library Documentation
Gets the Subject field.

Namespace: NI.Email.Mime.Message
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public UnstructuredField Subject { get; }

Property Value

Type: UnstructuredField
Remarks

Return the Subject field or null if it doesn't exist.
See Also