Class FinMail
Represents a single mail box message as returned by a HIPOF segment.
Inheritance
System.Object
FinMail
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Subsembly.FinTS.Core.dll
Syntax
Constructors
FinMail()
Contructs an all empty mail box message.
Declaration
Properties
AcknowledgementCode
Optional acknowledgement code blob for this mail box message.
Declaration
public FinByteBuffer AcknowledgementCode { get; }
Property Value
AcknowledgementDoneDate
Declaration
public DateTime AcknowledgementDoneDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
AcknowledgementStatus
Declaration
public FinAcctStmtAckStatus AcknowledgementStatus { get; }
Property Value
AcknowledgementUntilDate
Declaration
public DateTime AcknowledgementUntilDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
ArchiveStatus
Declaration
public FinMailArchiveStatus ArchiveStatus { get; }
Property Value
DocumentData
Declaration
public FinByteBuffer DocumentData { get; }
Property Value
DocumentID
Declaration
public string DocumentID { get; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; }
Property Value
Type |
Description |
System.String |
|
List of available format types.
Declaration
public FinDocFormatInfo[] FormatInfos { get; }
Property Value
Declaration
public FinDocFormatType FormatType { get; }
Property Value
MailBoxID
Declaration
public string MailBoxID { get; }
Property Value
Type |
Description |
System.String |
|
MailType
Declaration
public string MailType { get; }
Property Value
Type |
Description |
System.String |
|
MessageRetrieved
Declaration
public bool MessageRetrieved { get; }
Property Value
Type |
Description |
System.Boolean |
|
ProvisionDate
Declaration
public DateTime ProvisionDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
ReferenceAccount
Declaration
public FinAcct ReferenceAccount { get; }
Property Value
ReferenceTimeStamp
Declaration
public DateTime ReferenceTimeStamp { get; }
Property Value
Type |
Description |
System.DateTime |
|
RetrievalDate
Declaration
public DateTime RetrievalDate { get; }
Property Value
Type |
Description |
System.DateTime |
|
StoredUntil
Declaration
public DateTime StoredUntil { get; }
Property Value
Type |
Description |
System.DateTime |
|
Subject
Declaration
public string Subject { get; }
Property Value
Type |
Description |
System.String |
|