HeaderList.FindFirst Method (String)
The FindFirst method returns the first Header object in this HeaderList object that is of the name specified by name.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function FindFirst ( _
name As String _
) As Header
'Usage
Dim instance As HeaderList
Dim name As String
Dim returnValue As Header
returnValue = instance.FindFirst(name)
public Header FindFirst(
string name
)
Parameters
- name
Type: System.String
A string that specifies the name of the Header object to return.