Method Create
- Namespace
- MailFathom.Domain.Emails
- Assembly
- MailFathom.Domain.dll
Create(Guid)
Creates a stored-email identifier from a non-empty UUID.
public static StoredEmailId Create(Guid value)
Parameters
valueGuidThe UUID to wrap.
Returns
- StoredEmailId
A validated stored-email identifier.
Exceptions
- ArgumentException
Thrown when
valueis empty.