Initial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using MimeKit;
|
||||
|
||||
namespace Wino.Core.Domain.Models.MailItem
|
||||
{
|
||||
/// <summary>
|
||||
/// Encapsulates MimeMessage and the path to the file.
|
||||
/// </summary>
|
||||
public record MimeMessageInformation(MimeMessage MimeMessage, string Path);
|
||||
}
|
||||
Reference in New Issue
Block a user