Class FinMailListBuilder
Inheritance
FinMailListBuilder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinMailListBuilder : FinOrderBuilder
Constructors
Declaration
public FinMailListBuilder(FinContact aContact)
Parameters
Properties
ArchiveStatusAllowed
Declaration
public bool ArchiveStatusAllowed { get; }
Property Value
DateRangeAllowed
Declaration
public bool DateRangeAllowed { get; }
Property Value
MailBoxIDAllowed
Declaration
public bool MailBoxIDAllowed { get; }
Property Value
MailTypeAllowed
Declaration
public bool MailTypeAllowed { get; }
Property Value
MailTypes
Declaration
public IReadOnlyDictionary<string, string> MailTypes { get; }
Property Value
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Methods
Build(string, string, FinMailArchiveStatus, SwiftDate, SwiftDate, int, string)
Declaration
public FinMailListOrder Build(string sMailType = null, string sMailBoxID = null, FinMailArchiveStatus nArchiveStatus = FinMailArchiveStatus.Null, SwiftDate tStartDate = default, SwiftDate tEndDate = default, int nMaxNoEntries = 0, string sScrollRef = null)
Parameters
Type |
Name |
Description |
string |
sMailType |
Optional selector for the type of mails that shall be returned. The mail type
consists of up to three characters. If a mail type is specified, it must have
been obtained from MailTypes. Usually it is not possible to set
this parameter to a meaningful value, hence it shoould be null .
If MailTypeAllowed is false , then this value will be ignored.
|
string |
sMailBoxID |
Optional identification of the mail box that shall be retreieved.
|
FinMailArchiveStatus |
nArchiveStatus |
|
SwiftDate |
tStartDate |
|
SwiftDate |
tEndDate |
|
int |
nMaxNoEntries |
|
string |
sScrollRef |
|
Returns