Add

EmailAttachmentCollection.Add method

Adds an attachment to the EmailContent.

public void Add(byte[] fileContent, string name)
Parameter Type Description
fileContent Byte[] The content of the file to be attached.
name String The name of the file.

See Also