Initializes a new instance of ReturnPath header value with the specified mail address.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	address As String _
)
C#
public ReturnPath(
	string address
)

Parameters

address
Type: System..::..String
Mail address.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also