 | 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.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
String
RemarksRFC 2046: The "multipart" boundary delimiters and header fields are always represented as 7bit US-ASCII in any case.
See Also