AttachmentBase Constructor (Stream, ContentType)

Note: This constructor is new in the .NET Framework version 2.0.

Instantiates an AttachmentBase with the specified Stream and ContentType.

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

protected:
AttachmentBase (
	Stream^ contentStream, 
	ContentType^ contentType
)
protected AttachmentBase (
	Stream contentStream, 
	ContentType contentType
)
protected function AttachmentBase (
	contentStream : Stream, 
	contentType : ContentType
)

Parameters

contentStream

A stream containing the content for this attachment.

contentType

The type of the content.

Exception typeCondition

ArgumentNullException

contentStream is a null reference (Nothing in Visual Basic).

FormatException

contentType is not a valid value.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0

Community Additions

ADD
Show: