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.
使用 .NET MailAddressCollection,您可以调用.Add(addresses)其中地址是逗号分隔的电子邮件地址列表。Mimekit 是否有等价物?
MailAddressCollection
.Add(addresses)
我不想打电话String.Split,因为这没有考虑引号内的逗号。
String.Split
使用 Mimekit,最简单的方法是使用静态方法InternetAddressList.Parse。尽管有名称,但它确实处理电子邮件地址。
InternetAddressList.Parse