Discuss this help topic in SecureBlackbox Forum
Specifies if the message is fragmented.
Declaration
[VB.NET]
Property Fragmented As Boolean
[Pascal]
property Fragmented : boolean;
[C++]
bool get_Fragmented();
[PHP]
bool get_Fragmented()
[Java]
boolean getFragmented();
Description
Use this read-only property to check if the message is fragmented.
Discuss this help topic in SecureBlackbox Forum