• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    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()
    Namespace: Subsembly.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinMail

    Constructors

    FinMail()

    Contructs an all empty mail box message.

    Declaration
    public FinMail()

    Properties

    AcknowledgementCode

    Optional acknowledgement code blob for this mail box message.

    Declaration
    public FinByteBuffer AcknowledgementCode { get; }
    Property Value
    Type Description
    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

    Declaration
    public DateTime AcknowledgementDoneDate { get; }
    Property Value
    Type Description
    System.DateTime

    AcknowledgementStatus

    Declaration
    public FinAcctStmtAckStatus AcknowledgementStatus { get; }
    Property Value
    Type Description
    FinAcctStmtAckStatus

    AcknowledgementUntilDate

    Declaration
    public DateTime AcknowledgementUntilDate { get; }
    Property Value
    Type Description
    System.DateTime

    ArchiveStatus

    Declaration
    public FinMailArchiveStatus ArchiveStatus { get; }
    Property Value
    Type Description
    FinMailArchiveStatus

    DocumentData

    Declaration
    public FinByteBuffer DocumentData { get; }
    Property Value
    Type Description
    FinByteBuffer

    DocumentID

    Declaration
    public string DocumentID { get; }
    Property Value
    Type Description
    System.String

    FileName

    Declaration
    public string FileName { get; }
    Property Value
    Type Description
    System.String

    FormatInfos

    List of available format types.

    Declaration
    public FinDocFormatInfo[] FormatInfos { get; }
    Property Value
    Type Description
    FinDocFormatInfo[]

    FormatType

    The actual format type of DocumentData.

    Declaration
    public FinDocFormatType FormatType { get; }
    Property Value
    Type Description
    FinDocFormatType

    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
    Type Description
    FinAcct

    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
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH