Discuss this help topic in SecureBlackbox Forum

TElMessagePart.SetText

TElMessagePart     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Sets contents of the text part from string.

Declaration

[C#]
    void SetText(string AText);

[VB.NET]
    Sub SetText(ByVal AText As String)

[Pascal]
    procedure SetText(const AText: TString);

[C++]
    void SetText(const sb_u16string &AText);
    void SetText(const std::wstring &AText);

[PHP]
    void SetText(string $AText)

[Java]
    void setText(String AText);

Parameters

  • AText - string with data to be set.

Description

    Use this method to change contents of the text part to new text.

See also:     GetText     SetData    

Discuss this help topic in SecureBlackbox Forum