Initializes a new instance of MailAddress header value
with the specified mail address and display name.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ address As String, _ displayName As String _ ) |
| C# |
|---|
public MailAddress( string address, string displayName ) |
Parameters
- address
- Type: System..::..String
Mail address.
- displayName
- Type: System..::..String
Display name.