Gets or sets the list of identifiers of messages in the same "thread" of conversation.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property References As MessageIdCollection Get Set | 
| C# | 
|---|
| public MessageIdCollection References { get; set; } | 
 
     
     
     
     
    