Discuss this help topic in SecureBlackbox Forum

TElMessage.References

TElMessage     See also     


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


Specifies contents of "References:" header field.

Declaration

[C#]
    string References;

[VB.NET]
    Property References As String

[Pascal]
    property References : TString;
    function SetReferences(const References: TString): TElMessageHeaderField;

[C++]
    void get_References(sb_u16string &OutResult);
    void get_References(std::wstring &OutResult);

[PHP]
    string get_References()

[Java]
    String getReferences();
    TElMessageHeaderField setReferences(String AReferences);

Parameters

  • References - one or more unique message identifiers.
  • AReferences -

Description

    Reply message should have "References:" header field which may be used to identify a "thread" of conversation. If initial message is a reply itself then References of the reply will contain combined content of its "References:", "InReplyTo:" and "MessageID:" fields depending on their presence.
     Note, this property is read-only. Use SetReferences method to set its value.

See also:     InReplyTo     MessageID    

Discuss this help topic in SecureBlackbox Forum