Gets or sets the list of identifiers of messages to which the message is a reply.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property InReplyTo As MessageIdCollection Get Set | 
| C# | 
|---|
| public MessageIdCollection InReplyTo { get; set; } | 
 
     
     
     
     
    