Discuss this help topic in SecureBlackbox Forum

TElMessage.GetResentDate

TElMessage     See also     


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


Returns the date and time at which the resent message was dispatched by the resender of the message.

Declaration

[C#]
    bool GetResentDate(ref DateTime DateTime);

[VB.NET]
    Function GetResentDate(ByRef DateTime As DateTime) As Boolean

[Pascal]
    function GetResentDate(var DateTime: TDateTime): Boolean;

[C++]
    bool GetResentDate(int64_t &DateTime);

[PHP]
    bool GetResentDate(DateTime &$DateTime)

[Java]
    boolean getResentDate(Date[] DateTime);

Parameters

  • DateTime - indicates the date and time at which the resent message is dispatched by the resender of the message.

Description

    Returns the value of the corresponding header field which is added when message is resent by its initial recipient. Indicates the date and time at which the resent message is dispatched by the resender of the message. It is not the date and time when the message was actually transported.

See also:     SetResentDate    

Discuss this help topic in SecureBlackbox Forum