Initializes a new instance of ContentLocation header value with the specified location (typically an URL).

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

Syntax

Visual Basic
Public Sub New ( _
	location As String _
)
C#
public ContentLocation(
	string location
)

Parameters

location
Type: System..::..String
Location. Typically an URL.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also