Interface IAttachment

IAttachment interface

Represents a common attachment interface

public interface IAttachment

Properties

NameDescription
Name { get; set; }Gets or sets an attachment name

Methods

NameDescription
Save(Stream)Saves an attachment to stream
Save(string)Saves attachment to file

See Also