Discuss this help topic in SecureBlackbox Forum
Specifies if packets of old format must be used.
Declaration
[VB.NET]
Property UseOldPackets As Boolean
[Pascal]
property UseOldPackets : boolean;
[C++]
bool get_UseOldPackets();
void set_UseOldPackets(bool Value);
[PHP]
bool get_UseOldPackets()
void set_UseOldPackets(bool $Value)
[Java]
boolean getUseOldPackets();
void setUseOldPackets(boolean Value);
Description
If this property value is
True only packets of old format will be used
in order for compatibility with PGP 2.6.x.
Discuss this help topic in SecureBlackbox Forum