Discuss this help topic in SecureBlackbox Forum

TElMessageHeader class

Properties     Methods     Declared in     


Description

    Each message has a header which consists of several header fields.
    All header fields can be divided into two types: address fields and non-address fields. Address fields such as "To:", "From:" etc. contain information about originator and destination addresses. Field of this type contains MailAddressList.
     Use AddMailAddressList, DeleteMailAddressList and GetMailAddressList methods to manipulate such fields. Use AddField, DeleteField, GetField and SetField methods to manipulate non-address fields.

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