Class FinMail
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
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
AcknowledgementStatus
public FinAcctStmtAckStatus AcknowledgementStatus { get; }
Property Value
AcknowledgementUntilDate
public DateTime AcknowledgementUntilDate { get; }
Property Value
ArchiveStatus
public FinMailArchiveStatus ArchiveStatus { get; }
Property Value
DocumentData
public FinByteBuffer DocumentData { get; }
Property Value
DocumentID
public string DocumentID { get; }
Property Value
FileName
public string FileName { get; }
Property Value
FormatInfos
List of available format types.
public FinDocFormatInfo[] FormatInfos { get; }
Property Value
FormatType
The actual format type of DocumentData.
public FinDocFormatType FormatType { get; }
Property Value
MailBoxID
public string MailBoxID { get; }
Property Value
MailType
public string MailType { get; }
Property Value
MessageRetrieved
public bool MessageRetrieved { get; }
Property Value
ProvisionDate
public DateTime ProvisionDate { get; }
Property Value
ReferenceAccount
public FinAcct ReferenceAccount { get; }
Property Value
ReferenceTimeStamp
public DateTime ReferenceTimeStamp { get; }
Property Value
RetrievalDate
public DateTime RetrievalDate { get; }
Property Value
StoredUntil
public DateTime StoredUntil { get; }
Property Value
Subject
public string Subject { get; }