MimeWriter Constructor (Stream)
The MimeWriter constructor creates a new MimeWriter object that will write MIME data to data.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
data As Stream _
)
public MimeWriter (
Stream data
)
public:
MimeWriter (
Stream^ data
)
public MimeWriter (
Stream data
)
public function MimeWriter (
data : Stream
)
Parameters
- data
A stream into which MIME data will be written.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003