Click or drag to resize

MimeMultipartBoundary Property

Boundary delimiter. String which is separating parts of the multipart entity. Without additional '--' at the beginning. E.g. '=_NextPart_000_0020_01C36F64.F2562350'.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string Boundary { get; set; }

Property Value

Type: String
Remarks
RFC 2046: The "multipart" boundary delimiters and header fields are always represented as 7bit US-ASCII in any case.
See Also