DataSource.NET
CreateRecordType2Message Method (subject, type2Indexfield, type2IndexValue)
NamespacesCaplin.DataSource.MessagingIMessageFactoryCreateRecordType2Message(String, String, String)
Creates a Record message to which Type 2 structured data can be added.
Declaration Syntax
C#Visual BasicVisual C++
IRecordType2Message CreateRecordType2Message(
	string subject,
	string type2Indexfield,
	string type2IndexValue
)
Function CreateRecordType2Message ( _
	subject As String, _
	type2Indexfield As String, _
	type2IndexValue As String _
) As IRecordType2Message
IRecordType2Message^ CreateRecordType2Message(
	String^ subject, 
	String^ type2Indexfield, 
	String^ type2IndexValue
)
Parameters
subject (String)
The subject of the Record.
type2Indexfield (String)
Field name of the type2 index.
type2IndexValue (String)
The value of the type2 index.
Return Value
A new Type 2 Record message.
Remarks
The returned message contains no data. To populate the message with data, use the appropriate methods of IRecordType2Message.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)