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