be28a61d9ca1bb2375626d34c99ccb72097228ba
Introduced `EmailAccount`, `EmailAttachment`, and `ReceivedEmail` entities with database mappings using data annotations. These entities represent email account configurations, attachments, and received emails, respectively. Added conditional compilation to ensure compatibility between .NET and .NET Framework. Updated `DigitalData.MessagingService.Domain.csproj` to include `System.ComponentModel.DataAnnotations` for `net462`. Defined relationships between entities, including navigation properties and foreign key constraints.
DigitalData.MessagingService
Description
Languages
C#
100%