Table of Contents

Method ForForward

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

ForForward(string?)

Writes the subject of a forward of the given subject.

public static string ForForward(string? forwardedSubject)

Parameters

forwardedSubject string

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

Returns

string

The subject the forward carries.