Click or drag to resize
MimeKit

IMultipartBoundary Property

Get or set the boundary.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
string Boundary { get; set; }

Property Value

String
The boundary.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
Remarks
Gets or sets the boundary parameter on the Content-Type header.
See Also