DMRecipientRecordCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMRecipientRecord objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMRecipientRecordCollection : CollectionBase
Public Class DMRecipientRecordCollection
Inherits CollectionBase
public ref class DMRecipientRecordCollection : public CollectionBase
type DMRecipientRecordCollection =
class
inherit CollectionBase
end
DMLibrary.DMRecipientRecordCollection = function();
Type.createClass(
'DMLibrary.DMRecipientRecordCollection',
CollectionBase);
The DMRecipientRecordCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMRecipientRecord object to the DMRecipientRecordCollection.
|
 | Insert |
Inserts a DMRecipientRecord into a specific location in the DMRecipientRecordCollection.
|
Top
See Also