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