Hunny Software Library Reference

EnvelopeData.Subject Property

Gets the value of the Subject header field.

[Visual Basic]
Public ReadOnly Property Subject As String
[C#]
public string Subject {get;}

Property Value

The value of the Subject header field.

Remarks

The property's value is the subject of the message, which may be an empty string.

See Also

EnvelopeData Class | Hunny.Mail Namespace