Discuss this help topic in SecureBlackbox Forum
Containes the plain text body of the message.
Declaration
[C#/Java]
TElStringList BodyPlain;
[VB.NET]
Property BodyPlain As TElStringList
[Pascal]
property BodyPlain: TElStringList;
[C++]
TStringList* get_BodyPlain();
void set_BodyPlain(TStringList &Value);
void set_BodyPlain(TStringList *Value);
[PHP]
TStringList get_BodyPlain()
void set_BodyPlain(TStringList $Value)
Description
Use this property to manipulate the plain text body of the message.
Discuss this help topic in SecureBlackbox Forum