DMSAMTemplateCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMSAMTemplate object to the DMAttachmentCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMSAMTemplate value
)
Public Function Add (
value As DMSAMTemplate
) As Integer
public:
int Add(
DMSAMTemplate^ value
)
member Add :
value : DMSAMTemplate -> int
Parameters
- value
- Type: DMLibraryDMSAMTemplate
The DMSAMTemplate object to add to the DMAttachmentCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also