SharpMimeTools Documented Class Library

SharpAttachment Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the SharpAttachment class based on the supplied MemoryStream.

Overload List

Initializes a new instance of the SharpAttachment class based on the supplied FileInfo.

public SharpAttachment(FileInfo);

Initializes a new instance of the SharpAttachment class based on the supplied MemoryStream.

public SharpAttachment(MemoryStream);

See Also

SharpAttachment Class | anmar.SharpMimeTools Namespace