MessageSetName Property

Name of a message set supported by the given FI.

Syntax

ANSI (Cross Platform)
char* GetMessageSetName(int iMessageSetIndex);

Unicode (Windows)
LPWSTR GetMessageSetName(INT iMessageSetIndex);
- (NSString*)messageSetName:(int)messageSetIndex;
#define PID_FIPROFILE_MESSAGESETNAME 35

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_FIProfile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_FIProfile_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Name of a message set supported by the given FI.

Each MessageSetAggregate corresponds to a different OFX command. For example, SIGNONMSGSET corresponds to SignOn Request Message. The MessageSetName is used to retrieve the name of the command associated with this Message Set.

The following table lists each message set, along with its aggregate name and the OFX Versions that support it.

Message Set Message Set Aggregate OFX Version support
Signon SIGNONMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Signup SIGNUPMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Banking BANKMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Credit Card Statements CREDITCARDMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Loan Statements LOANMSGSETV1 2.1, 2.1.1
Investment Statements INVSTMTMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Interbank Funds Transfers INTERXFERMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Payments BILLPAYMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Investment security list SECLISTMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
FI Profile PROFMSGSETV1 1.0.2, 1.0.3, 1.5.1, 1.6, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.1, 2.1.1
Image download IMAGEMSGSETV1 2.1, 2.1.1

The MessageSetIndex parameter specifies the index of the item in the array. The size of the array is controlled by the MessageSetCount property.

This property is read-only and not available at design time.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 C++ Edition - Version 20.0 [Build 7941]