Property OutgoingRecordId
- Namespace
- MailFathom.Application.Jobs
- Assembly
- MailFathom.Application.dll
OutgoingRecordId
Gets the outgoing record the message was written down as.
public required Guid OutgoingRecordId { get; init; }
Property Value
Remarks
Named for the record rather than for the type that wraps it, because a property carrying the type's own name would hide it inside this record and leave the identity rebuilt through a qualified name.