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