Поделиться через


MimeOutputFilter.FilterHeader Method

The FilterHeader method is called before a Header is written.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overridable Function FilterHeader ( _
    header As Header, _
    stream As Stream _
) As Boolean
'Usage
Dim instance As MimeOutputFilter
Dim header As Header
Dim stream As Stream
Dim returnValue As Boolean

returnValue = instance.FilterHeader(header, _
    stream)
public virtual bool FilterHeader(
    Header header,
    Stream stream
)

Parameters

Return Value

Type: System.Boolean
Set the return value to true to suppress the writing of header; set the return value to false to write header.