C# Class Aqueduct.Mail.StreamAttachment

Inheritance: Attachment
ファイルを表示 Open project: aqueduct/Aqueduct.SitecoreLib

Protected Properties

Property Type Description
m_filename string

Protected Methods

Method Description
StreamAttachment ( string filename, Stream contentStream ) : System.IO

Method Details

StreamAttachment() protected method

protected StreamAttachment ( string filename, Stream contentStream ) : System.IO
filename string
contentStream System.IO.Stream
return System.IO

Property Details

m_filename protected_oe property

protected string m_filename
return string