Soap.InvokeRegistry.TSOAPAttachment.SourceString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceString: string read FSourceString write SetSourceString;

C++

__property System::UnicodeString SourceString = {read=FSourceString, write=SetSourceString};

Properties

Type Visibility Source Unit Parent
property public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry TSOAPAttachment

Description

Specifies a string that is sent as the value of the attachment.

Use SourceString to supply the content of an attachment as a string.

Setting the SourceString property causes TSOAPAttachment to clear the SourceStream property and to set the ContentType property to 'Text/simple'. If another MIME type string better describes the data, reset the ContentType property after setting SourceString.

See Also