HeaderList.FindNext Method
The FindNext method returns the next Header object of the same name as the Header object that you supply.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Function FindNext ( _
refHeader As Header _
) As Header
public Header FindNext (
Header refHeader
)
public:
Header^ FindNext (
Header^ refHeader
)
public Header FindNext (
Header refHeader
)
public function FindNext (
refHeader : Header
) : Header
Parameters
- refHeader
A Header object that specifies the name of the Header object to return.
Return Value
The Header object returned is the next one in this HeaderList object that has the same name as refHeader.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003