PhraseCollection.Add Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
Add(String)
Adds a phrase to the end of the list.
Declaration
public int Add(string phrase)
Parameters
Type | Name | Description |
---|---|---|
String | phrase | A phrase to be added. |
Returns
Type | Description |
---|---|
Int32 | The index at which the phrase has been added. |