Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ClosePart method is called after all data in a part are output, before the boundary or next part or end boundary is written.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overridable Sub ClosePart ( _
part As MimePart, _
stream As Stream _
)
'Usage
Dim instance As MimeOutputFilter
Dim part As MimePart
Dim stream As Stream
instance.ClosePart(part, stream)
public virtual void ClosePart(
MimePart part,
Stream stream
)
Parameters
part
Type: Microsoft.Exchange.Data.Mime.MimePartThe MimePart just written.
stream
Type: System.IO.StreamThe Stream that is being written to.