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