MimeOutputFilter.FilterHeaderList method
The FilterHeaderList method is called at the beginning of a part, after the part boundary has been written.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Overridable Function FilterHeaderList ( _
headerList As HeaderList, _
stream As Stream _
) As Boolean
'Usage
Dim instance As MimeOutputFilter
Dim headerList As HeaderList
Dim stream As Stream
Dim returnValue As Boolean
returnValue = instance.FilterHeaderList(headerList, _
stream)
public virtual bool FilterHeaderList(
HeaderList headerList,
Stream stream
)
Parameters
headerList
Type: Microsoft.Exchange.Data.Mime.HeaderListThe HeaderList object to filter.
stream
Type: System.IO.StreamThe Stream to write to.
Return value
Type: System.Boolean
Set the return value to true to suppress the writing of headerList; set the return value to false to write headerList.