Struct StoredEmailId
- Namespace
- MailFathom.Domain.Emails
- Assembly
- MailFathom.Domain.dll
Identifies one locally stored email independently from its remote occurrence identity.
public readonly record struct StoredEmailId : IEquatable<StoredEmailId>
- Implements
- Inherited Members
Properties
- Value
Gets the non-empty UUID value.
Methods
- Create(Guid)
Creates a stored-email identifier from a non-empty UUID.
- ToString()
Returns the fully qualified type name of this instance.