MailMessage.InReplyTo Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
InReplyTo
Gets or sets the list of identifiers of messages to which the message is a reply.
Declaration
public MessageIdCollection InReplyTo { get; set; }
Property Value
Type | Description |
---|---|
MessageIdCollection | The list of message identifiers. |