Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 C# 应用程序来发送带有自定义标题的电子邮件。如果我向具有自定义标题的人发送电子邮件并且他们回复,它会在回复中保留该自定义标题吗?
可能不是。
回复消息的格式或内容(通常作为电子邮件消息的特殊情况)在任何方面都没有标准化;因此,邮件客户端可以自由地包含(或不包含)任何被认为相关的部分。在大多数情况下,不保留标头。
所以:标题可能出现在回复中,但这更多的是巧合而不是确定性。
您可以做什么:将某种标识符嵌入到邮件中——例如,嵌入到Subject、From地址或可能Reply-To中,并保存您发送的特定标题。然后,如果收到回复,您就可以查找该特定消息的内容。
Subject
From
Reply-To