Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime Constructor

TElMessagePartHandlerSMime     See also     


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


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

Declaration

[C#]
    TElMessagePartHandlerSMime(Object aParams);

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

[Pascal]
    constructor Create(Params: TObject);

[C++]
    not available

[PHP]
    not available

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

Parameters

  • aParams -

Description

    Use this method to create a new instance of TElMessagePartHandlerSMime class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum