Method Create
- Namespace
- MailFathom.Application.Rules.History
- Assembly
- MailFathom.Application.dll
Create(Guid)
Creates an execution identifier from a non-empty UUID.
public static MailRuleExecutionId Create(Guid value)
Parameters
valueGuidThe UUID to wrap.
Returns
- MailRuleExecutionId
A validated execution identifier.
Exceptions
- ArgumentException
Thrown when
valueis empty.