Discuss this help topic in SecureBlackbox Forum

TElCMSMessage.Detached

TElCMSMessage     See also     


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


Specifies, whether message content is detached, or not.

Declaration

[C#]
    bool Detached;

[VB.NET]
    Property Detached As Boolean

[Pascal]
    property Detached : boolean;

[C++]
    bool get_Detached();
    void set_Detached(bool Value);

[PHP]
    bool get_Detached()
    void set_Detached(bool $Value)

[Java]
    boolean getDetached();
    void setDetached(boolean Value);

Description

    Use this property to specify, whether message content is detached, or not.
    Default value is False.

See also:     Content    

Discuss this help topic in SecureBlackbox Forum