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