Table of Contents

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

value Guid

The UUID to wrap.

Returns

MailRuleExecutionId

A validated execution identifier.

Exceptions

ArgumentException

Thrown when value is empty.