Table of Contents

Method ForReply

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

ForReply(string?)

Writes the subject of a reply to the given subject.

public static string ForReply(string? answeredSubject)

Parameters

answeredSubject string

The subject the answered message carried, or null when it carried none.

Returns

string

The subject the reply carries.