Discuss this help topic in SecureBlackbox Forum

TElMessage.SetResentDate

TElMessage     See also     


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


Sets the date and time at which the resent message was processed by the resender of the message.

Declaration

[C#]
    TElMessageHeaderField SetResentDate(DateTime DateTime);

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

[Pascal]
    function SetResentDate(const DateTime: TDateTime): TElMessageHeaderField;

[C++]
    TElMessageHeaderFieldHandle SetResentDate(int64_t DateTime);

[PHP]
    TElMessageHeaderField SetResentDate(DateTime $DateTime)

[Java]
    TElMessageHeaderField setResentDate(Date DateTime);

Parameters

  • DateTime - the value to be set

Description

    Use this method to set the date and time at which the resent message was processed by the resender of the message. It is not the date and time that the message was actually transported.

See also:     GetResentDate    

Discuss this help topic in SecureBlackbox Forum