Mime4.net Home | Community Edition | Order | Usage examples | Feedback
ContentTypeField Boundary Property MIME4NET Class Library Documentation
Gets the value of the boundary parameter if set.

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public string Boundary { get; }

Property Value

Type: String
Remarks

Returns the boundary parameter value or null if not set.
See Also