Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime.UseOldPackets

TElMessagePartHandlerPGPMime     


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


Specifies if packets of old format must be used.

Declaration

[C#]
    bool UseOldPackets;

[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 then only packets of old format will be used in order for compatibility with PGP 2.6.x. The default value is False.

Discuss this help topic in SecureBlackbox Forum