Soap.OPConvert.IOPConvert.SetAttachments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAttachments(Value: TSoapDataList);

C++

virtual void __fastcall SetAttachments(Soap::Soapattachintf::TSoapDataList* Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.OPConvert.pas
Soap.OPConvert.hpp
Soap.OPConvert IOPConvert

Description

Sets the value of the Attachments property.

SetAttachments is the write implementation for the Attachments property.

Value is a list of TSoapAttachment objects that encapsulate the current set of attachments.

See Also