Table of Contents

Method Create

Namespace
MailFathom.Application.Emails.Chunking
Assembly
MailFathom.Application.dll

Create(Guid)

Creates a chunk identifier from a non-empty UUID.

public static EmailChunkId Create(Guid value)

Parameters

value Guid

The UUID to wrap.

Returns

EmailChunkId

A validated chunk identifier.

Exceptions

ArgumentException

Thrown when value is empty.