Table of Contents

Property LastReplyCode

Namespace
MailFathom.Domain.Delivery
Assembly
MailFathom.Domain.dll

LastReplyCode

Gets the reply code the server last answered the message itself with, or null while it has answered none.

public required int? LastReplyCode { get; init; }

Property Value

int?

Remarks

It is the answer to the transmission rather than to a recipient, which is a different fact from the reply codes on Recipients: a server accepts or refuses each address separately and then answers once for the body, and a send can be refused at either point.