AttachmentBase::ContentStream Property

 

Gets the content stream of this attachment.

Namespace:   System.Net.Mail
Assembly:  System (in System.dll)

public:
property Stream^ ContentStream {
	Stream^ get();
}

Property Value

Type: System.IO::Stream^

A Stream.

The content stream of this attachment.

.NET Framework
Available since 2.0
Return to top
Show: