Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime Constructor

TElMessagePartHandlerPGPMime     


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


Creates an instance of TElMessagePartHandlerPGPMime class and returns a reference to newly created instance.

Declaration

[C#]
    TElMessagePartHandlerPGPMime(Object aParams);

[VB.NET]
    Sub New(ByVal aParams As Object)

[Pascal]
    constructor Create(Params: TObject);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElMessagePartHandlerPGPMime();
    public TElMessagePartHandlerPGPMime(TObject aParams);

Parameters

  • Params - creation parameters.
  • aParams -

Description

    This method creates a new instance of TElMessagePartHandlerPGPMime class.
     Params can be used to pass some data to the object being created.

Discuss this help topic in SecureBlackbox Forum