Click or drag to resize
MimeKit

MultipartBoundary Property

Get or set the boundary.

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

Property Value

String
The boundary.

Implements

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