Aqueduct.Mail.FileAttachment.FileAttachment C# (CSharp) Method

FileAttachment() public method

public FileAttachment ( string filename ) : System
filename string
return System
        public FileAttachment(string filename)
        {
            m_filename = filename;
        }
FileAttachment