Attachment Constructor

Independentsoft MSG .NET

Attachment Constructor MSG .NET Class Library
Overload List

  Name Description
Public method Attachment 
Initializes a new instance of the Attachment class.
Public method Attachment(String)
Initializes a new instance of the Attachment class based on the supplied file.
Public method Attachment(String,  Byte )
Initializes a new instance of the Attachment class based on the supplied byte array.
Public method Attachment(String, Stream)
Initializes a new instance of the Attachment class based on the supplied stream.
Back to Top
See Also