다음을 통해 공유


TnefWriter Constructor (Stream, Int16)

The TnefWriter constructor creates a new TnefWriter object with an attachment key specified by the attachmentKey parameter for output to the Stream parameter outputStream.

Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub New ( _
    outputStream As Stream, _
    attachmentKey As Short _
)
public TnefWriter (
    Stream outputStream,
    short attachmentKey
)
public:
TnefWriter (
    Stream^ outputStream, 
    short attachmentKey
)
public TnefWriter (
    Stream outputStream, 
    short attachmentKey
)
public function TnefWriter (
    outputStream : Stream, 
    attachmentKey : short
)

Parameters

  • outputStream
    The Stream object to which to write.
  • attachmentKey
    The attachment key for this TnefWriter object.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003