添加收件人信息
This commit is contained in:
@@ -32,6 +32,8 @@ public class EmailMessage : BaseEntity
|
||||
/// </summary>
|
||||
public DateTime ReceivedDate { get; set; }
|
||||
|
||||
public string To { get; set; } = string.Empty;
|
||||
|
||||
public string Md5 { get; set; } = string.Empty;
|
||||
|
||||
public string ComputeBodyHash()
|
||||
|
||||
Reference in New Issue
Block a user