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