namespace Wino.Core.Domain.Models.MailItem; /// /// Class that holds immutable information about special folders in Outlook. /// /// /// /// /// /// /// public record OutlookSpecialFolderIdInformation(string InboxId, string TrashId, string JunkId, string DraftId, string SentId, string ArchiveId);