RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMimeAttachmentHandler.MIMEBoundary Property

Indicates the MIME boundary string that signals the boundaries between the parts of the multipart form.

Pascal
property MIMEBoundary: string;
C++
__property AnsiString MIMEBoundary;

MIMEBoundary is the string that identifies the boundary between the parts of the multipart form. It is an attribute of the ContentType header for the entire form. 

When the MIME attachment handler is processing a received form, this property is not available until after the application has called the ProcessMultiPartForm method. When the MIME attachment handler is assembling a multipart form in order to send a message that includes attachments, the handler generates this string for the new form, and the CreateMimeStream method uses it when assembling the form. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!