Discuss this help topic in SecureBlackbox Forum

TElMessage.SetDate

TElMessage     See also     


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


Sets the date and time at which the message was completed and ready to enter the mail delivery system.

Declaration

[C#]
    TElMessageHeaderField SetDate(DateTime ADateTime);

[VB.NET]
    Function SetDate(ByVal ADateTime As DateTime) As TElMessageHeaderField

[Pascal]
    function SetDate(const ADateTime: TDateTime): TElMessageHeaderField;

[C++]
    TElMessageHeaderFieldHandle SetDate(int64_t ADateTime);

[PHP]
    TElMessageHeaderField SetDate(DateTime $ADateTime)

[Java]
    TElMessageHeaderField setDate(Date ADateTime);

Parameters

  • ADateTime - specifies the date and time at which the message was completed and ready to enter the mail delivery system.

Description

    Use this method to set the date and time at which the message was completed and ready to enter the mail delivery system.

See also:     GetDate    

Discuss this help topic in SecureBlackbox Forum