Discuss this help topic in SecureBlackbox Forum
Specifies, whether message content is detached, or not.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum