EMAttachmentAddUpdateAttachment Method

Alterian Email Manager 6.2.3 SDK Help File

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public static void AddUpdateAttachment(
	DMToken token,
	string fileName,
	string description,
	byte[] data,
	int updateAttachmentID = 0
)

Parameters

token
Type: DMToken
fileName
Type: SystemString
description
Type: SystemString
data
Type: SystemByte
updateAttachmentID (Optional)
Type: SystemInt32
See Also