EMAttachmentAddUpdateAttachment Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void AddUpdateAttachment(
	DMToken token,
	string fileName,
	string description,
	byte[] data,
	int updateAttachmentID = 0
)
Public Shared Sub AddUpdateAttachment ( 
	token As DMToken,
	fileName As String,
	description As String,
	data As Byte(),
	Optional updateAttachmentID As Integer = 0
)
public:
static void AddUpdateAttachment(
	DMToken^ token, 
	String^ fileName, 
	String^ description, 
	array<unsigned char>^ data, 
	int updateAttachmentID = 0
)
static member AddUpdateAttachment : 
        token : DMToken * 
        fileName : string * 
        description : string * 
        data : byte[] * 
        ?updateAttachmentID : int 
(* Defaults:
        let _updateAttachmentID = defaultArg updateAttachmentID 0
*)
-> unit 
DMLibrary.EMAttachment.AddUpdateAttachment = function(token, fileName, description, data, updateAttachmentID);
Parameters
- token
 - Type: DMToken
 - fileName
 - Type: SystemString
 - description
 - Type: SystemString
 - data
 - Type: SystemByte
 - updateAttachmentID (Optional)
 - Type: SystemInt32
 
See Also