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