RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IMimeAttachmentHandler.SetMIMEBoundary Method

Sets the value of the MIMEBoundary property.

Pascal
procedure SetMIMEBoundary(const MimeBndry: String);
C++
__fastcall SetMIMEBoundary(const AnsiString MimeBndry);

SetMIMEBoundary is the write implementation for the MIMEBoundary property. 

MimeBndry is the string that should identify the boundary between parts of the multipart form. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!