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