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