Adds a phrase to the end of the list.
            
    Namespace: 
   Rebex.Mime.Headers
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Function Add ( _ phrase As String _ ) As Integer | 
| C# | 
|---|
| public int Add( string phrase ) | 
Parameters
- phrase
- Type: System..::..String
 A phrase to be added.
 
     
     
     
     
    