DMSAMAttachmentCollection 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
Syntaxpublic class DMSAMAttachmentCollection : CollectionBase
Public Class DMSAMAttachmentCollection
Inherits CollectionBase
public ref class DMSAMAttachmentCollection : public CollectionBase
type DMSAMAttachmentCollection =
class
inherit CollectionBase
end
DMLibrary.DMSAMAttachmentCollection = function();
Type.createClass(
'DMLibrary.DMSAMAttachmentCollection',
CollectionBase);
The DMSAMAttachmentCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMSAMAttachment object to the DMSAMAttachmentCollection.
|
Top
See Also