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