EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessage.References

TElMessage     See also    


 

Specifies contents of "References:" header field.

 
 

Declaration

[C#]
    string References;
    TElMessageHeaderField SetReferences([in] string References);

[VB.NET]
    Property References As String
    Function SetReferences(ByVal References As String) As TElMessageHeaderField

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • References - one or more unique message identifiers.
 
 

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

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation