Table of Contents

Property Position

Namespace
MailFathom.Application.Emails.Threads
Assembly
MailFathom.Application.dll

Position

Gets the zero-based place this email holds in the conversation's order, or null when the conversation was longer than one read assembles and this email fell outside what was assembled.

public int? Position { get; init; }

Property Value

int?

Remarks

The absence is the honest answer rather than a gap. A place in an order is a statement about every message the order contains, and a read that stopped short of some of them is in no position to make it.