Gets or sets the 'boundary' parameter of this content type.

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

Syntax

Visual Basic
Public Property Boundary As String
	Get
	Set
C#
public string Boundary { get; set; }

Field Value

The 'boundary' parameter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also