Add

EmailEmbeddedObjectCollection.Add method

Adds an embedded resource to the EmailContent.

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

See Also