| 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; }
Public Property Boundary As String
Get
Set
public:
property String^ Boundary {
String^ get ();
void set (String^ value);
}
member Boundary : string with get, set
Property Value
Type:
StringRemarks RFC 2046: The "multipart" boundary delimiters and header fields are always represented as 7bit US-ASCII in any case.
See Also