Class FinMailDownloadBuilder
Inheritance
System.Object
FinMailDownloadBuilder
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
public class FinMailDownloadBuilder : FinOrderBuilder
Constructors
Declaration
public FinMailDownloadBuilder(FinContact aContact)
Parameters
Properties
ConversationsAllowed
Declaration
public bool ConversationsAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
DownloadExtentAllowed
Declaration
public bool DownloadExtentAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
List of document formats that are supported.
Declaration
public IReadOnlyList<FinDocFormatInfo> FormatInfos { get; }
Property Value
Declaration
public bool FormatTypeAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type |
Description |
System.Boolean |
|
MayRequireAcknowledgement
Declaration
public bool MayRequireAcknowledgement { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Build(FinMail)
Declaration
public FinMailDownloadOrder Build(FinMail aMail)
Parameters
Type |
Name |
Description |
FinMail |
aMail |
|
Returns
Declaration
public FinMailDownloadOrder Build(string sDocumentID, FinDocFormatType nFormatType = FinDocFormatType.Null, FinMailDownloadExtent nExtent = FinMailDownloadExtent.Single, int nMaxNoEntries = 0, string sScrollRef = null)
Parameters
Returns