MailKit Documentation
MailKit Documentation
API Reference
MimeKit
Multipart Class
Multipart Properties
Boundary Property
Count Property
Epilogue Property
IsReadOnly Property
Item Property
Preamble Property
Multipart
Boundary Property
Get or set the boundary.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
string
Boundary
{
get
;
set
; }
Property Value
String
The boundary.
Implements
IMultipart
Boundary
Exceptions
Exception
Condition
ArgumentNullException
value
is
null
.
Remarks
Gets or sets the boundary parameter on the Content-Type header.
See Also
Reference
Multipart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast