Soap.InvokeRegistry.IObjConverter.FindAttachment

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  FindAttachment(const AContentId: string): TSOAPAttachment;

C++

virtual TSOAPAttachment* __fastcall FindAttachment(const System::UnicodeString AContentId) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry IObjConverter

Description

Returns a TSOAPAttachment instance that represent the attachment with a specified ID.

FindAttachment locates the attachment that is identified by a specified content ID (HREF).

AContentId is the unique identifier for the attachment that was supplied to the AddAttachment method when the attachment was first added to the multipart form.

FindAttachment returns a TSOAPAttachment instance that represents the attachment.

See Also