Class FinMail

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Represents a single mail box message as returned by a HIPOF segment.

public class FinMail
Inheritance
FinMail
Inherited Members

Constructors

FinMail()

Contructs an all empty mail box message.

public FinMail()

Properties

AcknowledgementCode

Optional acknowledgement code blob for this mail box message.

public FinByteBuffer AcknowledgementCode { get; }

Property Value

FinByteBuffer

Remarks

In order to acknowledge the receipt of this mail box message, this code must be sent to the bank in an Acknowledgement order.

AcknowledgementDoneDate

public DateTime AcknowledgementDoneDate { get; }

Property Value

DateTime

AcknowledgementStatus

public FinAcctStmtAckStatus AcknowledgementStatus { get; }

Property Value

FinAcctStmtAckStatus

AcknowledgementUntilDate

public DateTime AcknowledgementUntilDate { get; }

Property Value

DateTime

ArchiveStatus

public FinMailArchiveStatus ArchiveStatus { get; }

Property Value

FinMailArchiveStatus

DocumentData

public FinByteBuffer DocumentData { get; }

Property Value

FinByteBuffer

DocumentID

public string DocumentID { get; }

Property Value

string

FileName

public string FileName { get; }

Property Value

string

FormatInfos

List of available format types.

public FinDocFormatInfo[] FormatInfos { get; }

Property Value

FinDocFormatInfo[]

FormatType

The actual format type of DocumentData.

public FinDocFormatType FormatType { get; }

Property Value

FinDocFormatType

MailBoxID

public string MailBoxID { get; }

Property Value

string

MailType

public string MailType { get; }

Property Value

string

MessageRetrieved

public bool MessageRetrieved { get; }

Property Value

bool

ProvisionDate

public DateTime ProvisionDate { get; }

Property Value

DateTime

ReferenceAccount

public FinAcct ReferenceAccount { get; }

Property Value

FinAcct

ReferenceTimeStamp

public DateTime ReferenceTimeStamp { get; }

Property Value

DateTime

RetrievalDate

public DateTime RetrievalDate { get; }

Property Value

DateTime

StoredUntil

public DateTime StoredUntil { get; }

Property Value

DateTime

Subject

public string Subject { get; }

Property Value

string