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


HeaderList.RemoveAll Method (HeaderId)

The RemoveAll method removes all headers in the current part that have the name specified by headerId.

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

Syntax

'Declaration
Public Sub RemoveAll ( _
    headerId As HeaderId _
)
'Usage
Dim instance As HeaderList
Dim headerId As HeaderId

instance.RemoveAll(headerId)
public void RemoveAll(
    HeaderId headerId
)

Parameters