AttachmentBase.Save

Save(Stream)

Saves the specified stream.

public virtual void Save(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

See Also


Save(string)

Saves the specified file name.

public virtual void Save(string fileName)
ParameterTypeDescription
fileNameStringName of the file.

See Also