Soap.SOAPAttachIntf.IMimeAttachmentHandler.GetMIMEBoundary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetMIMEBoundary: string;

C++

virtual System::UnicodeString __fastcall GetMIMEBoundary() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.SOAPAttachIntf.pas
Soap.SOAPAttachIntf.hpp
Soap.SOAPAttachIntf IMimeAttachmentHandler

Description

Returns the value of the MIMEBoundary property.

GetMIMEBoundary is the read implementation for the MIMEBoundary property.

See Also