Soap.SOAPAttachIntf.IMimeAttachmentHandler.SetMIMEBoundary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetMIMEBoundary(const MimeBndry: string);

C++

virtual void __fastcall SetMIMEBoundary(const System::UnicodeString 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.

See Also