Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandler class

Properties     Methods     Declared in     


TElMessagePartHandler is a base class for TElMessagePartHandlerSMime.

Description

    TElMessagePartHandler is a base class for additional part handlers implementation. TElMessagePartHandler provides common interface with empty functionality for handler classes. It does not affect final result of message parsing and assembly. Descendants of TElMessagePartHandler should implement only the methods they need.
    Although it is possible to create an instance of TElMessagePartHandler, do not use it directly in your applications.

Properties

Methods

Declared in

.NET:
  • Namespace: SBMIME
  • Assembly: SecureBlackbox.MIME
VCL:
  • Unit: SBMIME
Java:
  • Package: SecureBlackbox.MIME.jar
C++:
  • sbmime.h

Discuss this help topic in SecureBlackbox Forum