Gets or sets the subject of the message.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property Subject As String Get Set | 
| C# | 
|---|
| public string Subject { get; set; } | 
Field Value
The subject. Remarks
Remarks
            This property contains a short string identifying the topic
            of the message.
            
 
     
     
     
     
    