Click or drag to resize
MimeKit

MultipartBoundary Property

Get or set the boundary.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public 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