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