Discuss this help topic in SecureBlackbox Forum

TElSimpleMIMEMessage.BodyPlain

TElSimpleMIMEMessage     See also     


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


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.

See also:     BodyHTML    

Discuss this help topic in SecureBlackbox Forum