Soap.SOAPAttachIntf.IMimeAttachmentHandler.SetMIMEBoundary
Delphi
procedure SetMIMEBoundary(const MimeBndry: AnsiString);
C++
virtual void __fastcall SetMIMEBoundary(const System::AnsiString MimeBndry) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Soap.SOAPAttachIntf.pas Soap.SOAPAttachIntf.hpp |
Soap.SOAPAttachIntf | IMimeAttachmentHandler |
Description
Sets the value of the MIMEBoundary property.
SetMIMEBoundary is the write implementation for the MIMEBoundary property.
MimeBndry is the string that should identify the boundary between parts of the multipart form.