Discuss this help topic in SecureBlackbox Forum

TElMessage.InitDefaultFields

TElMessage     


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


Sets values for basic header fields of the main part.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    protected procedure InitDefaultFields(XMailer: TWideString='');

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • XMailer - name and version of the program that created this message. Its value will be added to 'x-mailer' Header Field.

Description

    Use this method to set values of main part basis header fields. The following fields are set: MessageID, X-Mailer, Date

Discuss this help topic in SecureBlackbox Forum