Table of Contents

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

value Guid

The UUID to wrap.

Returns

RecurringSendId

A validated recurring send identifier.

Exceptions

ArgumentException

Thrown when value is empty.