Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.SaveToText

TElSimpleMIMEMessage     See also     


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


Saves the message to the string list.

Declaration

[C#]
    void SaveToText(TElStringList Text);

[VB.NET]
    Sub SaveToText(ByVal Text As TElStringList)

[Pascal]
    procedure SaveToText(Text: TStrings);

[C++]
    void SaveToText(TStrings &Text);
    void SaveToText(TStrings *Text);

[PHP]
    void SaveToText(TStrings $Text)

[Java]
    void saveToText(TElStringList Text);

Parameters

  • Text - string list to which the assembled message will be written.

Description

    Use this method to assemble the message and store it as text.

See also:     SaveToStream    

Discuss this help topic in SecureBlackbox Forum